add nvim config
This commit is contained in:
parent
01dae7e4ca
commit
460bd73aed
30 changed files with 2689 additions and 0 deletions
12
nvim/lua/plugins/configs/treesitter.lua
Normal file
12
nvim/lua/plugins/configs/treesitter.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
local options = {
|
||||
ensure_installed = { "lua" },
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
return options
|
||||
Loading…
Add table
Add a link
Reference in a new issue