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 foldlevelstart=99 " Start unfolded
set foldmethod=indent
set hlsearch
set ignorecase
set incsearch
set noswapfile
set nowrap
set number relativenumber
set scrolloff=10 " Automatically scroll
set shiftwidth=2
set smartcase
set smartindent
set tabstop=2 softtabstop=2
set termguicolors