Move Vim configuration into base

This commit is contained in:
Salt 2021-01-19 02:29:22 -06:00
parent 006aa36b1c
commit 9df7fbc0ba
18 changed files with 12 additions and 13 deletions

24
.gitmodules vendored
View File

@ -1,38 +1,38 @@
[submodule "vim/.vim/pathogen"]
path = vim/.vim/pathogen
path = base/.vim/pathogen
url = https://github.com/tpope/vim-pathogen
[submodule "vim/.vim/bundle/vim-closetag"]
path = vim/.vim/bundle/vim-closetag
path = base/.vim/bundle/vim-closetag
url = https://github.com/alvan/vim-closetag.git
[submodule "vim/.vim/bundle/gruvbox"]
path = vim/.vim/bundle/gruvbox
path = base/.vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox
[submodule "vim/.vim/bundle/SimpylFold"]
path = vim/.vim/bundle/SimpylFold
path = base/.vim/bundle/SimpylFold
url = https://github.com/tmhedberg/SimpylFold.git
[submodule "vim/.vim/bundle/vim-template"]
path = vim/.vim/bundle/vim-template
path = base/.vim/bundle/vim-template
url = https://github.com/aperezdc/vim-template.git
[submodule "vim/.vim/bundle/incsearch.vim"]
path = vim/.vim/bundle/incsearch.vim
path = base/.vim/bundle/incsearch.vim
url = https://github.com/haya14busa/incsearch.vim.git
[submodule "vim/.vim/bundle/lightline.vim"]
path = vim/.vim/bundle/lightline.vim
path = base/.vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
[submodule "vim/.vim/bundle/ale"]
path = vim/.vim/bundle/ale
path = base/.vim/bundle/ale
url = https://github.com/w0rp/ale
[submodule "vim/.vim/bundle/lightline-gruvbox.vim"]
path = vim/.vim/bundle/lightline-gruvbox.vim
path = base/.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
path = base/.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
path = base/.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
path = base/.vim/bundle/vim-ansible-yaml
url = https://github.com/chase/vim-ansible-yaml
[submodule "firestarter/.firestarter"]
path = firestarter/.firestarter

View File

@ -32,7 +32,6 @@ This stash contains a number of packages for numerous situations:
| `git` | My personal git configuration. Separated from base because sometimes I don't want cockmail on all my commits. |
| `mac` | MacOS-specific configs. Very sparse; I hardly ever have to use one. |
| `ssh` | SSH configuration for my desktop machines. |
| `vim` | Configuration for Vim, everybody\*'s favorite text editor. Contains a fair few plugins and a mildly flabby `.vimrc`. |
Included within are also a handful of management scripts.