diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index c47b5a7..bf574eb 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -11,15 +11,8 @@ end ts_config.setup { ensure_installed = { - "javascript", - "html", - "css", "bash", - "lua", - "json", - "python" - -- "rust", - -- "go" + "lua" }, highlight = { enable = true,