diff options
author | Chris <[email protected]> | 2021-07-05 23:00:56 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-07-05 23:00:56 -0400 |
commit | e2c336ff9f5544192ce94133d7312fbc1b6e6e08 (patch) | |
tree | a2a7dc6f5f1d8a225d2ff1570ca6049f7b648fdb | |
parent | c0c7e170afe9115f78e3c20743180b43bd276a6a (diff) |
fix rainbow
-rw-r--r-- | lua/default-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index fa95b551..3c6efce9 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -71,6 +71,7 @@ O = { ts_context_commentstring = { active = false }, ts_hintobjects = { active = false }, ts_autotag = { active = false }, + ts_rainbow = { active = false }, ts_textobjects = { active = false }, ts_textsubjects = { active = false }, telescope_fzy = { active = false }, |