[Nvim] Use smartcase
This commit is contained in:
parent
b15be91e9f
commit
dab95e0819
|
@ -42,6 +42,10 @@ let
|
|||
" TextEdit might fail if hidden is not set.
|
||||
set hidden
|
||||
|
||||
" Search like a normal person
|
||||
set ignorecase
|
||||
set smartcase
|
||||
|
||||
" Some servers have issues with backup files, see #649.
|
||||
set nobackup
|
||||
set nowritebackup
|
||||
|
|
Loading…
Reference in a new issue