chore: remove unneeded code

This commit is contained in:
2024-12-01 10:15:27 -05:00
parent 73bd780263
commit 04c519a7ab
-8
View File
@@ -4,16 +4,12 @@ return {
lazy = true,
cmd = { 'TSUpdateSync', 'TSUpdate', 'TSInstall' },
build = ':TSUpdate',
dependencies = {
'windwp/nvim-ts-autotag',
},
opts = {
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
indent = { enable = true, disable = {} },
autotag = { enable = true },
ensure_installed = {
'bash',
'css',
@@ -54,8 +50,4 @@ return {
},
},
},
config = function(_, opts)
require('nvim-treesitter.configs').setup(opts)
end,
}