vimrc updates
This commit is contained in:
parent
71ffda55b9
commit
3adfef1ae4
6
vimrc
6
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue