Update vim/dot-vimrc
This commit is contained in:
parent
5658204f93
commit
52e88b5c78
@ -1,3 +1,5 @@
|
||||
" https://git.mziesel.nl/mans/dotfiles/src/branch/main/vim/dot-vimrc
|
||||
|
||||
" Do use vim defaults: Syntax hilighting and more
|
||||
unlet! skip_defaults_vim
|
||||
source $VIMRUNTIME/defaults.vim
|
||||
@ -16,3 +18,4 @@ set noerrorbells " Disable beep on errors.
|
||||
set mouse=a " Enable mouse for scrolling and resizing.
|
||||
set background=dark " Use colors that suit a dark background. (I use black terminal background)
|
||||
set history=1000 " Increase the undo limit.
|
||||
colorscheme slate " Set theme
|
Loading…
Reference in New Issue
Block a user