feat(neovim): switch to nvim-ts-autotag

This commit is contained in:
Felix Schröter 2021-03-13 12:55:58 +01:00
parent 7fbaa7b875
commit 1209436201
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
2 changed files with 19 additions and 4 deletions

View file

@ -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 },