First commit.
This commit is contained in:
commit
164e828e70
22 changed files with 1241 additions and 0 deletions
10
after/plugin/treesitter.lua
Normal file
10
after/plugin/treesitter.lua
Normal 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,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue