From 5186760ef60dd0e16431125d9474e3d8d76eccba Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Mar 2022 23:36:44 +0900 Subject: feat(treesitter): remove redundant ts-rainbow colors * gruvbox-material has custom highlight groups set for this. --- fnl/nvrc/packs/treesitter.fnl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index caa3648..c3b6f17 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -7,11 +7,7 @@ :rainbow {:enable true :extended_mode true :max_file_lines 2000 - :disable [:c :cpp] - :colors [(. colors :green) - (. colors :skyblue) - (. colors :blue) - (. colors :violet)]} + :disable [:c :cpp]} :incremental_selection {:enable true :keymaps {:init_selection :gnn :node_incremental :grn -- cgit 1.4.1