fix
This commit is contained in:
parent
ee6a23d5a0
commit
3c6364976e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -19,3 +19,6 @@
|
||||
[submodule "bundle/nerdtree-git-plugin"]
|
||||
path = bundle/nerdtree-git-plugin
|
||||
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
|
||||
[submodule "bundle/vim-flow"]
|
||||
path = bundle/vim-flow
|
||||
url = git://github.com/flowtype/vim-flow.git
|
||||
|
1
bundle/vim-flow
Submodule
1
bundle/vim-flow
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 4acd33aceb3c49c6872ee4f3f717802d4c73efbf
|
2
vimrc
2
vimrc
@ -31,7 +31,7 @@ set mouse=v " suppor
|
||||
set nobackup " no backup files
|
||||
set noswapfile " no swap files
|
||||
set nowritebackup " only in case you don't want a backup file while editing
|
||||
set rnu " show row numbers
|
||||
set nu " show row numbers
|
||||
set statusline=%{fugitive#statusline()} " config my own statusline
|
||||
set shiftwidth=2
|
||||
set smarttab
|
||||
|
Loading…
Reference in New Issue
Block a user