-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michal Au
committed
Aug 11, 2015
1 parent
2723698
commit 4644d57
Showing
13 changed files
with
54 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
[submodule "bundle/nerdtree"] | ||
path = bundle/nerdtree | ||
url = https://github.com/scrooloose/nerdtree.git | ||
[submodule "bundle/jedi-vim"] | ||
path = bundle/jedi-vim | ||
url = https://github.com/davidhalter/jedi-vim.git | ||
[submodule "bundle/vim-airline"] | ||
path = bundle/vim-airline | ||
url = https://github.com/bling/vim-airline |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
This is my Vim config. | ||
Installation: | ||
|
||
git clone git://github.com/nelstrom/dotvim.git ~/.vim | ||
|
||
Create symlinks: | ||
|
||
ln -s ~/.vim/vimrc ~/.vimrc | ||
ln -s ~/.vim/gvimrc ~/.gvimrc | ||
|
||
Switch to the `~/.vim` directory, and fetch submodules: | ||
|
||
cd ~/.vim | ||
git submodule init | ||
git submodule update |
Submodule ctrlp.vim
deleted from
b5d3fe
Submodule fonts
deleted from
97dc45
Submodule nerdtree
updated
from 3b98a7 to bcf3de
Submodule powerline
deleted from
090cd1
Submodule python-mode
deleted from
9c8468
Submodule vim-fugitive
deleted from
03cc95
Submodule vim-gitgutter
deleted from
fe10e6
Submodule vim-powerline
deleted from
09c0ce
Submodule vim-sensible
deleted from
b30dcf