neovim: install nvim-autotag plugin
This commit is contained in:
@@ -35,4 +35,7 @@ require("nvim-treesitter.configs").setup({
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user