summaryrefslogtreecommitdiff
path: root/lua/default-config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r--lua/default-config.lua2
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}
},