diff options
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 = { |