From d8cac4e77fd9bebb6a98fba2d2a7245e89807246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Thu, 18 May 2023 11:50:44 +0200 Subject: [PATCH] treesitter: remove nvim-ts-rainbow --- lua/plugins/treesitter.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/treesitter.lua b/lua/plugins/treesitter.lua index 0ac62aa..d83beea 100644 --- a/lua/plugins/treesitter.lua +++ b/lua/plugins/treesitter.lua @@ -5,7 +5,6 @@ return { 'nvim-treesitter/nvim-treesitter-textobjects', 'nvim-treesitter/nvim-treesitter-context', 'nvim-treesitter/nvim-treesitter-refactor', - 'mrjones2014/nvim-ts-rainbow', }, config = function() pcall(require('nvim-treesitter.install').update { with_sync = true })