First commit.

This commit is contained in:
CronyAkatsuki 2023-12-24 12:06:23 +01:00
commit 164e828e70
22 changed files with 1241 additions and 0 deletions

View file

@ -0,0 +1,10 @@
require 'nvim-treesitter.configs'.setup {
ensure_installed = { "lua", "bash" },
sync_install = false,
auto_install = true,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}