12
dotfiles/nvim/lua/plugins/configs/treesitter.lua
Normal file
12
dotfiles/nvim/lua/plugins/configs/treesitter.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
local options = {
|
||||
ensure_installed = { "lua", "vim", "vimdoc" },
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
||||
|
||||
return options
|
||||
Reference in New Issue
Block a user