1
0
Fork 0

enable smartcase in vim

This commit is contained in:
Luca Bilke 2024-03-24 15:47:06 +01:00
parent 34cd30bc4b
commit 413a566cce
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ o.scrolloff = 8
o.sidescrolloff = 8
o.undofile = true
o.title = true
o.smartcase = true
-- o.mouse = ""
o.backspace = "indent,eol,start"
o.termguicolors = true