vim: Configure search settings
This commit is contained in:
parent
28710e23a6
commit
145711fc93
|
@ -26,11 +26,15 @@ set complete+=kspell
|
||||||
set expandtab
|
set expandtab
|
||||||
set foldlevelstart=99 " Start unfolded
|
set foldlevelstart=99 " Start unfolded
|
||||||
set foldmethod=indent
|
set foldmethod=indent
|
||||||
|
set hlsearch
|
||||||
|
set ignorecase
|
||||||
|
set incsearch
|
||||||
set noswapfile
|
set noswapfile
|
||||||
set nowrap
|
set nowrap
|
||||||
set number relativenumber
|
set number relativenumber
|
||||||
set scrolloff=10 " Automatically scroll
|
set scrolloff=10 " Automatically scroll
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
|
set smartcase
|
||||||
set smartindent
|
set smartindent
|
||||||
set tabstop=2 softtabstop=2
|
set tabstop=2 softtabstop=2
|
||||||
set termguicolors
|
set termguicolors
|
||||||
|
|
Loading…
Reference in a new issue