moved config files to single location

This commit is contained in:
Kulvir Singh
2024-05-14 14:28:09 +05:30
parent 4352fa101b
commit a64b8177aa
100 changed files with 573 additions and 638 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,
},
}