From 4f7d0a65c38dba5bc063b9eee1ae46f945ccd6f2 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 12 Aug 2023 11:46:26 +0100 Subject: Not doing go anymore --- treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'treesitter.lua') diff --git a/treesitter.lua b/treesitter.lua index 4cb6c63..f8ee657 100644 --- a/treesitter.lua +++ b/treesitter.lua @@ -2,7 +2,7 @@ -- -- use :TSInstall to install languages -- --- go, scala, c & cpp, python, comment, ... +-- scala, c & cpp, python, comment, ... -- require'nvim-treesitter.configs'.setup { ensure_installed = { "scala", "c", "cpp", "python", "comment", "haskell" }, -- cgit v1.2.3