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-06 20:44:10 +0900
committersefidel <contact@sefidel.net>2022-03-06 20:44:10 +0900
commitf98bb630c4bc3562749ffe6b5d18c6a06955af36 (patch)
treecc8cd0d8798ed04d2d855040993c6eef352d6968 /fnl/nvrc/packs/treesitter.fnl
parent5186760ef60dd0e16431125d9474e3d8d76eccba (diff)
downloadnvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.tar.gz
nvimrc-f98bb630c4bc3562749ffe6b5d18c6a06955af36.zip
feat!: UI rewrite
Diffstat (limited to 'fnl/nvrc/packs/treesitter.fnl')
-rw-r--r--fnl/nvrc/packs/treesitter.fnl4
1 files changed, 0 insertions, 4 deletions
diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl
index c3b6f17..84ce9da 100644
--- a/fnl/nvrc/packs/treesitter.fnl
+++ b/fnl/nvrc/packs/treesitter.fnl
@@ -4,10 +4,6 @@
 
 (setup {:ensure_installed [:fennel :lua :nix]
         :highlight {:enable true :use_languagetree true}
-        :rainbow {:enable true
-                  :extended_mode true
-                  :max_file_lines 2000
-                  :disable [:c :cpp]}
         :incremental_selection {:enable true
                                 :keymaps {:init_selection :gnn
                                           :node_incremental :grn