diff --git a/home/neovim.nix b/home/neovim.nix index 8bccf6eb..b1a89878 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -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