summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example.lua
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-10 17:57:55 +0430
committerGitHub <[email protected]>2021-07-10 09:27:55 -0400
commit0f48285c617492d318e0049d50d85f3ae2bc1501 (patch)
tree246fb0961a7e274dab8156f4af47f3e8a04e2c22 /utils/installer/lv-config.example.lua
parentc1c779f83840eba249ca80e2041542c72d608c68 (diff)
updated readme according to default_plugin changes (#833)
Diffstat (limited to 'utils/installer/lv-config.example.lua')
-rw-r--r--utils/installer/lv-config.example.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua
index 4882ff3e..b5ade7dd 100644
--- a/utils/installer/lv-config.example.lua
+++ b/utils/installer/lv-config.example.lua
@@ -14,11 +14,9 @@ O.format_on_save = true
O.completion.autocomplete = true
O.colorscheme = "spacegray"
O.auto_close_tree = 0
-O.wrap_lines = true
-O.timeoutlen = 100
+O.default_options.wrap = true
+O.default_options.timeoutlen = 100
O.leader_key = " "
-O.ignore_case = true
-O.smart_case = true
-- TODO User Config for predefined plugins
-- After changing plugin config exit and reopen LunarVim, Run :PackerInstall :PackerCompile