diff options
| -rw-r--r-- | lua/default-config.lua | 1 | ||||
| -rw-r--r-- | utils/installer/lv-config.example.lua | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/lua/default-config.lua b/lua/default-config.lua index 53c92832..3f8bbc34 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -15,7 +15,6 @@ O = {    shell = "bash",    timeoutlen = 100,    nvim_tree_disable_netrw = 0, -  extras = false,    ignore_case = true,    smart_case = true,    lushmode = false, diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua index b043ea3b..c68a9bda 100644 --- a/utils/installer/lv-config.example.lua +++ b/utils/installer/lv-config.example.lua @@ -14,7 +14,6 @@ O.auto_close_tree = 0  O.wrap_lines = false  O.timeoutlen = 100  O.document_highlight = true -O.extras = false  O.leader_key = " "  O.ignore_case = true  O.smart_case = true | 
