initial commit
This commit is contained in:
13
lua/treesitter/lua.lua
Normal file
13
lua/treesitter/lua.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
local ts_config = require("nvim-treesitter.configs")
|
||||
|
||||
ts_config.setup {
|
||||
ensure_installed = {
|
||||
"javascript","html","css","bash","cpp","rust","lua"
|
||||
},
|
||||
|
||||
highlight = {
|
||||
enable = true,
|
||||
use_languagetree = true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user