summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-13 06:01:50 +0430
committerGitHub <[email protected]>2021-07-13 01:31:50 +0000
commitd8268b53684364d3c45ec70223d8bae9b9882294 (patch)
tree69fa618b134f1563db9377ddeff0210a20d1be31
parent40209461a4cc66f57d6fb2146011773b0c12c546 (diff)
indent_line no more (#903)
-rw-r--r--utils/installer/lv-config.example-no-ts.lua1
-rw-r--r--utils/installer/lv-config.example.lua1
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