diff options
author | Lee Marlow <[email protected]> | 2021-06-28 16:02:19 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2021-06-28 18:02:19 -0400 |
commit | 096cc56051908610ba1ff3637a125b9b177d055e (patch) | |
tree | 838e137512a4dc1668d3ab22292b888a9afc7950 /lua/default-config.lua | |
parent | f312d3c88b51e65cb1f1cd2f8846ef1f5e04fc13 (diff) |
Allow setting ignorecase and smartcase from lvi-config.lua (#545)
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 92d19fdf..a2ac9fbf 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -15,6 +15,8 @@ O = { timeoutlen = 100, nvim_tree_disable_netrw = 0, extras = false, + ignore_case = true, + smart_case = true, -- @usage pass a table with your desired languages treesitter = { |