Format project, setup conform format on save, remove redundant commented pieces
This commit is contained in:
10
lua/configs/treesitter.lua
Normal file
10
lua/configs/treesitter.lua
Normal file
@ -0,0 +1,10 @@
|
||||
return {
|
||||
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
|
||||
indent = { enable = true },
|
||||
}
|
Reference in New Issue
Block a user