From 096cc56051908610ba1ff3637a125b9b177d055e Mon Sep 17 00:00:00 2001 From: Lee Marlow Date: Mon, 28 Jun 2021 16:02:19 -0600 Subject: Allow setting ignorecase and smartcase from lvi-config.lua (#545) --- lv-config.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lv-config.lua') 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 -- cgit v1.2.3