move some stuff from old world into new world
This commit is contained in:
parent
eeaea35c58
commit
5e4ea55a74
5 changed files with 17 additions and 20 deletions
|
|
@ -32,6 +32,8 @@ Bundle 'myusuf3/numbers.vim'
|
|||
Bundle 'mhinz/vim-signify'
|
||||
Bundle 'nathanaelkane/vim-indent-guides'
|
||||
Bundle 'tpope/vim-surround'
|
||||
Bundle 'tpope/vim-rails'
|
||||
Bundle 'tpope/vim-rake'
|
||||
Bundle 'scrooloose/syntastic'
|
||||
Bundle 'Valloric/YouCompleteMe'
|
||||
Bundle 'christoomey/vim-tmux-navigator'
|
||||
|
|
@ -99,6 +101,7 @@ if v:version >= 703
|
|||
endif
|
||||
|
||||
|
||||
set hidden
|
||||
set showmode
|
||||
set number
|
||||
set numberwidth=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue