This commit is contained in:
Kulvir Singh
2024-01-23 01:34:35 +05:30
parent 7a36ad102e
commit 68c30ee4f8
83 changed files with 0 additions and 0 deletions

View File

@@ -1,13 +0,0 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = { "cpp", "typescript", "c", "python" },
sync_install = false,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}