mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
neovim: Auto-close tags with nvim-ts-autotag
In the rare event that emmet isn't used, nvim-ts-autotag auto-closes tags when > is typed.
This commit is contained in:
parent
9842004ba9
commit
98f0eaf336
@ -525,6 +525,13 @@ in
|
||||
require('alpha').setup(startify.config)
|
||||
'';
|
||||
}
|
||||
{
|
||||
plugin = nvim-ts-autotag;
|
||||
type = "lua";
|
||||
config = /* lua */ ''
|
||||
require('nvim-ts-autotag').setup()
|
||||
'';
|
||||
}
|
||||
fzf-vim
|
||||
vim-caddyfile
|
||||
vim-graphql
|
||||
|
Loading…
Reference in New Issue
Block a user