diff options
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index bd996acd..97f0c58a 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -70,6 +70,8 @@ O = { ts_playground = { active = false }, 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 }, @@ -263,4 +265,4 @@ O = { }, footer = { "chrisatmachine.com" }, }, -}
\ No newline at end of file +} |