From e8210d821d85be8de39593090a9e5a8ea627ea97 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 6 May 2021 22:46:28 +0530 Subject: [PATCH] Update treesitter-nvim.lua --- lua/treesitter-nvim.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/lua/treesitter-nvim.lua b/lua/treesitter-nvim.lua index 70999554..369bcf09 100644 --- a/lua/treesitter-nvim.lua +++ b/lua/treesitter-nvim.lua @@ -9,8 +9,6 @@ ts_config.setup { "lua", "json", "python" - "cpp", - "rust", }, highlight = { enable = true,