summaryrefslogtreecommitdiff
path: root/lv-config.lua
diff options
context:
space:
mode:
authorLee Marlow <[email protected]>2021-06-28 16:02:19 -0600
committerGitHub <[email protected]>2021-06-28 18:02:19 -0400
commit096cc56051908610ba1ff3637a125b9b177d055e (patch)
tree838e137512a4dc1668d3ab22292b888a9afc7950 /lv-config.lua
parentf312d3c88b51e65cb1f1cd2f8846ef1f5e04fc13 (diff)
Allow setting ignorecase and smartcase from lvi-config.lua (#545)
Diffstat (limited to 'lv-config.lua')
-rw-r--r--lv-config.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lv-config.lua b/lv-config.lua
index 17b05b30..8b233158 100644
--- a/lv-config.lua
+++ b/lv-config.lua
@@ -15,6 +15,8 @@ O.timeoutlen = 100
O.document_highlight = true
O.extras = false
O.leader_key = ' '
+O.ignore_case = true
+O.smart_case = true
-- After changing plugin config it is recommended to run :PackerCompile
O.plugin.hop.active = false