enable smartcase in vim
This commit is contained in:
parent
34cd30bc4b
commit
413a566cce
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue