diff --git a/lua/treesitter-nvim.lua b/lua/treesitter-nvim.lua index 369bcf0..5ee27c4 100644 --- a/lua/treesitter-nvim.lua +++ b/lua/treesitter-nvim.lua @@ -9,6 +9,8 @@ ts_config.setup { "lua", "json", "python" + -- "rust", + -- "go" }, highlight = { enable = true,