This commit is contained in:
Markus Pesch 2018-03-06 13:36:06 +01:00
parent ee6a23d5a0
commit 3c6364976e
No known key found for this signature in database
GPG Key ID: 0C18FADC12547561
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View File

@ -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

@ -0,0 +1 @@
Subproject commit 4acd33aceb3c49c6872ee4f3f717802d4c73efbf

2
vimrc
View File

@ -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