Quality of life features added

This commit is contained in:
Kulvir Singh
2024-01-07 23:06:57 +05:30
parent 43437a046d
commit 4026d6af1c
16 changed files with 487 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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,
},
}