From 9aea4d08e5649303725a1e58638b2ea2bc5fb219 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Tue, 15 Jun 2021 21:54:05 +0530 Subject: [PATCH] minor changes in treesitter conf --- lua/treesitter-nvim.lua | 2 ++ 1 file changed, 2 insertions(+) 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,