chore: remove unneeded code
This commit is contained in:
@@ -4,16 +4,12 @@ return {
|
|||||||
lazy = true,
|
lazy = true,
|
||||||
cmd = { 'TSUpdateSync', 'TSUpdate', 'TSInstall' },
|
cmd = { 'TSUpdateSync', 'TSUpdate', 'TSInstall' },
|
||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
dependencies = {
|
|
||||||
'windwp/nvim-ts-autotag',
|
|
||||||
},
|
|
||||||
opts = {
|
opts = {
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
},
|
},
|
||||||
indent = { enable = true, disable = {} },
|
indent = { enable = true, disable = {} },
|
||||||
autotag = { enable = true },
|
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
'bash',
|
'bash',
|
||||||
'css',
|
'css',
|
||||||
@@ -54,8 +50,4 @@ return {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
config = function(_, opts)
|
|
||||||
require('nvim-treesitter.configs').setup(opts)
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user