mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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)
|
require('alpha').setup(startify.config)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
plugin = nvim-ts-autotag;
|
||||||
|
type = "lua";
|
||||||
|
config = /* lua */ ''
|
||||||
|
require('nvim-ts-autotag').setup()
|
||||||
|
'';
|
||||||
|
}
|
||||||
fzf-vim
|
fzf-vim
|
||||||
vim-caddyfile
|
vim-caddyfile
|
||||||
vim-graphql
|
vim-graphql
|
||||||
|
Loading…
x
Reference in New Issue
Block a user