mirror of
https://github.com/eRgo35/nix-config.git
synced 2026-02-04 11:16:11 +01:00
nvchad config
This commit is contained in:
12
nvchad/lua/plugins/configs/treesitter.lua
Normal file
12
nvchad/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
|
||||
Reference in New Issue
Block a user