about summary refs log tree commit diff
path: root/fnl/nvrc/packs/treesitter.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-03-03 23:36:44 +0900
committersefidel <contact@sefidel.net>2022-03-03 23:36:44 +0900
commit5186760ef60dd0e16431125d9474e3d8d76eccba (patch)
tree434fbc1eaf9b65cecac6549f9255f461bd36e443 /fnl/nvrc/packs/treesitter.fnl
parentf99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 (diff)
downloadnvimrc-5186760ef60dd0e16431125d9474e3d8d76eccba.tar.gz
nvimrc-5186760ef60dd0e16431125d9474e3d8d76eccba.zip
feat(treesitter): remove redundant ts-rainbow colors
* gruvbox-material has custom highlight groups set for this.
Diffstat (limited to 'fnl/nvrc/packs/treesitter.fnl')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl6
1 files changed, 1 insertions, 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