diff options
author | sefidel <contact@sefidel.net> | 2022-03-03 23:36:44 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-03 23:36:44 +0900 |
commit | 5186760ef60dd0e16431125d9474e3d8d76eccba (patch) | |
tree | 434fbc1eaf9b65cecac6549f9255f461bd36e443 /fnl | |
parent | f99b5f7613c0f43fe9b4f4e174a43ad4c6ec1279 (diff) | |
download | nvimrc-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')
-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 |