treesitter-autotag

This commit is contained in:
Sakooooo 2023-07-29 20:09:30 +03:00
parent 47e01e5bc4
commit 6f136ece83
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -6,11 +6,15 @@ require'nvim-treesitter.configs'.setup{
"c_sharp",
"lua",
"python",
"vim"},
"nix"
},
-- Install parsers synchronously (only applied to 'ensure_installed)
sync_install = false,
auto_install = true,
autotag = {
enable = true,
},
highlight = {
enable = true,
},