feat(neovim): switch to nvim-ts-autotag
This commit is contained in:
parent
7fbaa7b875
commit
1209436201
2 changed files with 19 additions and 4 deletions
|
@ -10,6 +10,9 @@ require'nvim-treesitter.configs'.setup {
|
|||
-- TODO seems to be broken atm
|
||||
disable = { "javascript", "javascriptreact", "typescript", "typescriptreact" },
|
||||
},
|
||||
autotag = {
|
||||
enable = true,
|
||||
},
|
||||
refactor = {
|
||||
highlight_definitions = { enable = true },
|
||||
highlight_current_scope = { enable = true },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue