From 562bea6d1a56eefc6533e01a0ee05fc596a2af10 Mon Sep 17 00:00:00 2001 From: mTvare <57838468+mTvare6@users.noreply.github.com> Date: Thu, 6 May 2021 22:30:22 +0530 Subject: [PATCH] Update treesitter-nvim.lua --- lua/treesitter-nvim.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/treesitter-nvim.lua b/lua/treesitter-nvim.lua index cebde4f..7099955 100644 --- a/lua/treesitter-nvim.lua +++ b/lua/treesitter-nvim.lua @@ -9,8 +9,8 @@ ts_config.setup { "lua", "json", "python" - -- "cpp", - -- "rust", + "cpp", + "rust", }, highlight = { enable = true,