mirror of
https://github.com/zoriya/dotfiles.git
synced 2026-06-04 11:34:25 +00:00
Adding autotags
This commit is contained in:
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user