mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
Added smartcase for searches & indentLine plugin
This commit is contained in:
parent
e84cf8f6f9
commit
f7bb2fa152
@ -40,6 +40,7 @@
|
|||||||
Plug 'maxmellon/vim-jsx-pretty'
|
Plug 'maxmellon/vim-jsx-pretty'
|
||||||
Plug 'vim-pandoc/vim-pandoc-syntax'
|
Plug 'vim-pandoc/vim-pandoc-syntax'
|
||||||
Plug 'yuezk/vim-js'
|
Plug 'yuezk/vim-js'
|
||||||
|
Plug 'Yggdroot/indentLine'
|
||||||
" }
|
" }
|
||||||
" Tags {
|
" Tags {
|
||||||
Plug 'alvan/vim-closetag'
|
Plug 'alvan/vim-closetag'
|
||||||
@ -91,6 +92,7 @@
|
|||||||
highlight clear LineNr " Current line number row will have same background color in relative mode
|
highlight clear LineNr " Current line number row will have same background color in relative mode
|
||||||
|
|
||||||
set ignorecase " Ignore case on search
|
set ignorecase " Ignore case on search
|
||||||
|
set smartcase " Don't ignore upper case characters on search
|
||||||
set scrolljump=5 " Lines to scroll when cursor leaves screen
|
set scrolljump=5 " Lines to scroll when cursor leaves screen
|
||||||
set scrolloff=3 " Minimum lines to keep above and below cursor
|
set scrolloff=3 " Minimum lines to keep above and below cursor
|
||||||
set foldenable " Auto fold code
|
set foldenable " Auto fold code
|
||||||
|
Loading…
Reference in New Issue
Block a user