Removing vim configuration
This commit is contained in:
parent
bca7ed3fe9
commit
b3a2238d30
12 changed files with 9 additions and 291 deletions
24
.gitmodules
vendored
24
.gitmodules
vendored
|
|
@ -1,27 +1,3 @@
|
|||
[submodule "vim/autoload/vim-pathogen"]
|
||||
path = vim/autoload/vim-pathogen
|
||||
url = https://github.com/tpope/vim-pathogen
|
||||
[submodule "vim/bundle/delimitMate"]
|
||||
path = vim/bundle/delimitMate
|
||||
url = https://github.com/Raimondi/delimitMate.git
|
||||
[submodule "vim/bundle/vim-fugitive"]
|
||||
path = vim/bundle/vim-fugitive
|
||||
url = https://github.com/tpope/vim-fugitive.git
|
||||
[submodule "vim/bundle/nerdtree"]
|
||||
path = vim/bundle/nerdtree
|
||||
url = https://github.com/scrooloose/nerdtree.git
|
||||
[submodule "vim/bundle/vim-sensible"]
|
||||
path = vim/bundle/vim-sensible
|
||||
url = https://github.com/tpope/vim-sensible.git
|
||||
[submodule "vim/bundle/vim-colors-solarized"]
|
||||
path = vim/bundle/vim-colors-solarized
|
||||
url = https://github.com/altercation/vim-colors-solarized.git
|
||||
[submodule "vim/bundle/syntastic"]
|
||||
path = vim/bundle/syntastic
|
||||
url = https://github.com/scrooloose/syntastic.git
|
||||
[submodule "vim/bundle/gruvbox"]
|
||||
path = vim/bundle/gruvbox
|
||||
url = https://github.com/morhetz/gruvbox.git
|
||||
[submodule "neovim/pack/vendor/start/oil.nvim"]
|
||||
path = neovim/pack/vendor/start/oil.nvim
|
||||
url = https://github.com/stevearc/oil.nvim
|
||||
|
|
|
|||
Loading…
Reference in a new issue