diff options
Diffstat (limited to 'fnl/nvrc/packs/treesitter.fnl')
-rw-r--r-- | fnl/nvrc/packs/treesitter.fnl | 6 |
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 |