init dotfiles
This commit is contained in:
commit
2e7ba7945f
55 changed files with 3783 additions and 0 deletions
9
.config/nvim/after/plugin/treesitter.lua
Normal file
9
.config/nvim/after/plugin/treesitter.lua
Normal 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,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue