enable smartcase in vim
This commit is contained in:
parent
34cd30bc4b
commit
413a566cce
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ o.scrolloff = 8
|
||||||
o.sidescrolloff = 8
|
o.sidescrolloff = 8
|
||||||
o.undofile = true
|
o.undofile = true
|
||||||
o.title = true
|
o.title = true
|
||||||
|
o.smartcase = true
|
||||||
-- o.mouse = ""
|
-- o.mouse = ""
|
||||||
o.backspace = "indent,eol,start"
|
o.backspace = "indent,eol,start"
|
||||||
o.termguicolors = true
|
o.termguicolors = true
|
||||||
|
|
Loading…
Add table
Reference in a new issue