diff options
author | christianchiarulli <[email protected]> | 2021-06-28 13:36:52 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-06-28 13:36:52 -0400 |
commit | b6866925e1bdf2b010de2178898ba8edc1b976f6 (patch) | |
tree | 244ef0b46bcf02a40d00df7ad8e75fb9ffb2856e /lua/default-config.lua | |
parent | daf5b8d948095978752006b4112c9fc4241bcebd (diff) |
indent line plugin option
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index b713f425..7982d0fd 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -21,7 +21,6 @@ O = { ensure_installed = "all", ignore_install = {"haskell"}, highlight = {enabled = true}, - playground = {enabled = true}, rainbow = {enabled = false} }, @@ -35,6 +34,7 @@ O = { colorizer = {active = false}, numb = {active = false}, ts_playground = {active = false}, + indent_line = {active = false} }, |