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:
Donovan Glover 2023-12-03 15:44:56 -05:00
parent 9842004ba9
commit 98f0eaf336
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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