I broke up with neovim....vim is my best friend now
This commit is contained in:
27
dot_vim/dot_gitmodules
Normal file
27
dot_vim/dot_gitmodules
Normal file
@@ -0,0 +1,27 @@
|
||||
[submodule "bundle/vim-colors-solarized"]
|
||||
path = bundle/vim-colors-solarized
|
||||
url = git://github.com/altercation/vim-colors-solarized.git
|
||||
[submodule "bundle/ctrlp.vim"]
|
||||
path = bundle/ctrlp.vim
|
||||
url = https://github.com/kien/ctrlp.vim.git
|
||||
[submodule "bundle/ctx"]
|
||||
path = bundle/ctx
|
||||
url = https://github.com/vim-scripts/ctx.git
|
||||
[submodule "bundle/vim-surround"]
|
||||
path = bundle/vim-surround
|
||||
url = https://github.com/tpope/vim-surround.git
|
||||
[submodule "bundle/vim-project"]
|
||||
path = bundle/vim-project
|
||||
url = https://github.com/shemerey/vim-project.git
|
||||
[submodule "bundle/2048"]
|
||||
path = bundle/2048
|
||||
url = https://github.com/AshyIsMe/2048
|
||||
[submodule "bundle/vim-coffee-script"]
|
||||
path = bundle/vim-coffee-script
|
||||
url = https://github.com/kchmck/vim-coffee-script.git
|
||||
[submodule "bundle/nerdtree"]
|
||||
path = bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule "bundle/semantic-highlight.vim"]
|
||||
path = bundle/semantic-highlight.vim
|
||||
url = https://github.com/jaxbot/semantic-highlight.vim.git
|
||||
Reference in New Issue
Block a user