vim: Configure search settings

This commit is contained in:
Oliver Davies 2021-06-23 16:29:32 +01:00
parent 28710e23a6
commit 145711fc93

View file

@ -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