trim default ts parsers list
This commit is contained in:
parent
75aa73762f
commit
5bb85b8176
1 changed files with 1 additions and 8 deletions
|
@ -11,15 +11,8 @@ end
|
||||||
|
|
||||||
ts_config.setup {
|
ts_config.setup {
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
"javascript",
|
|
||||||
"html",
|
|
||||||
"css",
|
|
||||||
"bash",
|
"bash",
|
||||||
"lua",
|
"lua"
|
||||||
"json",
|
|
||||||
"python"
|
|
||||||
-- "rust",
|
|
||||||
-- "go"
|
|
||||||
},
|
},
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
Loading…
Reference in a new issue