treesitter-autotag
This commit is contained in:
parent
47e01e5bc4
commit
6f136ece83
|
@ -6,11 +6,15 @@ require'nvim-treesitter.configs'.setup{
|
||||||
"c_sharp",
|
"c_sharp",
|
||||||
"lua",
|
"lua",
|
||||||
"python",
|
"python",
|
||||||
"vim"},
|
"nix"
|
||||||
|
},
|
||||||
|
|
||||||
-- Install parsers synchronously (only applied to 'ensure_installed)
|
-- Install parsers synchronously (only applied to 'ensure_installed)
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
|
autotag = {
|
||||||
|
enable = true,
|
||||||
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue