user/neovim: add nvim-ts-autotag
This commit is contained in:
parent
b06bb7009c
commit
240ff86538
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ in {
|
|||
fzf-vim
|
||||
fzf-lsp-nvim
|
||||
lualine-nvim
|
||||
nvim-ts-autotag
|
||||
nvim-web-devicons
|
||||
plenary-nvim
|
||||
tokyonight-nvim
|
||||
|
|
|
|||
|
|
@ -66,6 +66,7 @@ vim.cmd("au FileType rust highlight DiagnosticUnderlineHint ctermfg=14 gui=itali
|
|||
|
||||
-- Plugins
|
||||
require('autoclose').setup {}
|
||||
require('nvim-ts-autotag').setup {}
|
||||
require('nvim-highlight-colors').setup {}
|
||||
require('nvim-treesitter.configs').setup {
|
||||
highlight = { enable = true },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue