diff options
-rw-r--r-- | utils/installer/lv-config.example-no-ts.lua | 1 | ||||
-rw-r--r-- | utils/installer/lv-config.example.lua | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua index 82630130..33d9f433 100644 --- a/utils/installer/lv-config.example-no-ts.lua +++ b/utils/installer/lv-config.example-no-ts.lua @@ -22,7 +22,6 @@ O.leader_key = " " -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile O.plugin.dashboard.active = true O.plugin.floatterm.active = true -O.plugin.indent_line.active = false O.plugin.zen.active = false O.plugin.zen.window.height = 0.90 diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index 263b3316..7072c60c 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -22,7 +22,6 @@ O.leader_key = " " -- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile O.plugin.dashboard.active = true O.plugin.floatterm.active = true -O.plugin.indent_line.active = false O.plugin.zen.active = false O.plugin.zen.window.height = 0.90 |