neovim: install nvim-autotag plugin

This commit is contained in:
2023-11-01 23:33:51 +03:00
parent f0433d4067
commit e61379b5e3
2 changed files with 4 additions and 0 deletions

View File

@@ -35,4 +35,7 @@ require("nvim-treesitter.configs").setup({
context_commentstring = {
enable = true,
},
autotag = {
enable = true,
},
})