dark background, git update command
This commit is contained in:
parent
21ee3e0e0d
commit
cac3e11b07
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -84,6 +84,7 @@ set encoding=utf-8
|
|||
set backspace=indent,eol,start
|
||||
set nocompatible
|
||||
set nofoldenable
|
||||
set background=dark
|
||||
|
||||
" indent
|
||||
set list listchars=tab:\▸\-
|
||||
|
@ -101,3 +102,6 @@ set completeopt=menu,menuone,noselect,noinsert
|
|||
set laststatus=2
|
||||
set ruler
|
||||
set wildmenu
|
||||
|
||||
" command
|
||||
command Sup39Update !cd $HOME/.vim/sup39 && git pull
|
||||
|
|
Loading…
Reference in a new issue