init dotfiles

This commit is contained in:
Tiago Sousa 2023-05-03 14:35:45 +01:00
commit 2e7ba7945f
55 changed files with 3783 additions and 0 deletions

View file

@ -0,0 +1,9 @@
require'nvim-treesitter.configs'.setup {
ensure_installed = {"vim","help","python","rust","lua","haskell","c","java", "bash"},
sync_install = false,
highlight = {
enable = true,
additional_vim_regex_highlighting = false,
},
}