Adding autotags

This commit is contained in:
Zoe Roux
2022-03-15 17:33:55 +01:00
parent fb650bba91
commit 2736c250a2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ return packer.startup(function(use)
use { "nvim-treesitter/nvim-treesitter", run = ":TSUpdate" }
use "nvim-treesitter/nvim-treesitter-textobjects"
use "windwp/nvim-autopairs"
use "windwp/nvim-ts-autotag"
use "numToStr/Comment.nvim"
use "JoosepAlviste/nvim-ts-context-commentstring"
use { "danymat/neogen", requires = "nvim-treesitter/nvim-treesitter",}
@@ -32,4 +32,7 @@ configs.setup({
},
},
},
autotag = {
enable = true,
},
})