vimrc updates

This commit is contained in:
Rob Watson 2021-01-24 16:46:40 +01:00
parent 71ffda55b9
commit 3adfef1ae4
1 changed files with 3 additions and 3 deletions

6
vimrc
View File

@ -29,9 +29,8 @@ set copyindent
set autoindent
set hlsearch
set showmatch
set wildignore+=*.log,*.sql,*.cache
set wildmode=longest,list,full
set wildmenu
set wildmode=list:full,full
set number
set norelativenumber
set ruler
@ -64,7 +63,7 @@ set completepopup=width:100,height:50,align:menu,border:off
" Colour scheme:
colorscheme iceberg
set background=light
set background=dark
" Automatically load/save views on files.
" https://vi.stackexchange.com/posts/13874/revisions
@ -248,3 +247,4 @@ packadd! ale
packadd! lightline.vim
packadd! vim-commentary
packadd! vim-surround
packadd! vim-yaml-folds