diff options
Diffstat (limited to 'lua/settings.lua')
-rw-r--r-- | lua/settings.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/settings.lua b/lua/settings.lua index 4e47a0ca..85682cb2 100644 --- a/lua/settings.lua +++ b/lua/settings.lua @@ -46,4 +46,5 @@ vim.cmd('filetype plugin on') -- filetype detection vim.o.guifont = "FiraCode Nerd Font:h17" -- vim.o.guifont = "JetBrains\\ Mono\\ Regular\\ Nerd\\ Font\\ Complete" - +vim.o.ignorecase = O.ignore_case +vim.o.smartcase = O.smart_case |