feat: Add neovim config
This commit is contained in:
12
nvim/lua/plugins/configs/treesitter.lua
Normal file
12
nvim/lua/plugins/configs/treesitter.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
ensure_installed = {
|
||||
"go",
|
||||
"lua",
|
||||
"rust",
|
||||
},
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
indent = { enable = true },
|
||||
}
|
||||
Reference in New Issue
Block a user