This commit is contained in:
siduck76 2021-03-13 06:53:02 +05:30
parent 3a244429d5
commit 78cefbb297
14 changed files with 576 additions and 552 deletions

View file

@ -1,13 +1,17 @@
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,
},
ensure_installed = {
"javascript",
"html",
"css",
"bash",
"cpp",
"rust",
"lua"
},
highlight = {
enable = true,
use_languagetree = true
}
}