diff options
author | christianchiarulli <[email protected]> | 2021-07-05 21:03:46 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-05 21:03:46 -0400 |
commit | 326f1e7060a06a543fbe7971550650d7606776a4 (patch) | |
tree | 7d6b9c0b9bcb05ada3dac210ee6b7f754dd66efc /lua/default-config.lua | |
parent | 2e4314331b442dc4686546d9721b0db4769158e0 (diff) |
more treesitter
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 +} |