Port over Vim configuration
This commit is contained in:
36
.gitmodules
vendored
Normal file
36
.gitmodules
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
[submodule "vim/.vim/pathogen"]
|
||||
path = vim/.vim/pathogen
|
||||
url = https://github.com/tpope/vim-pathogen
|
||||
[submodule "vim/.vim/bundle/vim-closetag"]
|
||||
path = vim/.vim/bundle/vim-closetag
|
||||
url = https://github.com/alvan/vim-closetag.git
|
||||
[submodule "vim/.vim/bundle/gruvbox"]
|
||||
path = vim/.vim/bundle/gruvbox
|
||||
url = https://github.com/morhetz/gruvbox
|
||||
[submodule "vim/.vim/bundle/SimpylFold"]
|
||||
path = vim/.vim/bundle/SimpylFold
|
||||
url = https://github.com/tmhedberg/SimpylFold.git
|
||||
[submodule "vim/.vim/bundle/vim-template"]
|
||||
path = vim/.vim/bundle/vim-template
|
||||
url = https://github.com/aperezdc/vim-template.git
|
||||
[submodule "vim/.vim/bundle/incsearch.vim"]
|
||||
path = vim/.vim/bundle/incsearch.vim
|
||||
url = https://github.com/haya14busa/incsearch.vim.git
|
||||
[submodule "vim/.vim/bundle/lightline.vim"]
|
||||
path = vim/.vim/bundle/lightline.vim
|
||||
url = https://github.com/itchyny/lightline.vim
|
||||
[submodule "vim/.vim/bundle/ale"]
|
||||
path = vim/.vim/bundle/ale
|
||||
url = https://github.com/w0rp/ale
|
||||
[submodule "vim/.vim/bundle/lightline-gruvbox.vim"]
|
||||
path = vim/.vim/bundle/lightline-gruvbox.vim
|
||||
url = https://github.com/shinchu/lightline-gruvbox.vim
|
||||
[submodule "vim/.vim/bundle/vim-css-color"]
|
||||
path = vim/.vim/bundle/vim-css-color
|
||||
url = https://github.com/ap/vim-css-color
|
||||
[submodule "vim/.vim/bundle/vim-javascript"]
|
||||
path = vim/.vim/bundle/vim-javascript
|
||||
url = https://github.com/pangloss/vim-javascript
|
||||
[submodule "vim/.vim/bundle/vim-ansible-yaml"]
|
||||
path = vim/.vim/bundle/vim-ansible-yaml
|
||||
url = https://github.com/chase/vim-ansible-yaml
|
Reference in New Issue
Block a user