Move Vim configuration into base
This commit is contained in:
parent
006aa36b1c
commit
9df7fbc0ba
24
.gitmodules
vendored
24
.gitmodules
vendored
@ -1,38 +1,38 @@
|
|||||||
[submodule "vim/.vim/pathogen"]
|
[submodule "vim/.vim/pathogen"]
|
||||||
path = vim/.vim/pathogen
|
path = base/.vim/pathogen
|
||||||
url = https://github.com/tpope/vim-pathogen
|
url = https://github.com/tpope/vim-pathogen
|
||||||
[submodule "vim/.vim/bundle/vim-closetag"]
|
[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
|
url = https://github.com/alvan/vim-closetag.git
|
||||||
[submodule "vim/.vim/bundle/gruvbox"]
|
[submodule "vim/.vim/bundle/gruvbox"]
|
||||||
path = vim/.vim/bundle/gruvbox
|
path = base/.vim/bundle/gruvbox
|
||||||
url = https://github.com/morhetz/gruvbox
|
url = https://github.com/morhetz/gruvbox
|
||||||
[submodule "vim/.vim/bundle/SimpylFold"]
|
[submodule "vim/.vim/bundle/SimpylFold"]
|
||||||
path = vim/.vim/bundle/SimpylFold
|
path = base/.vim/bundle/SimpylFold
|
||||||
url = https://github.com/tmhedberg/SimpylFold.git
|
url = https://github.com/tmhedberg/SimpylFold.git
|
||||||
[submodule "vim/.vim/bundle/vim-template"]
|
[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
|
url = https://github.com/aperezdc/vim-template.git
|
||||||
[submodule "vim/.vim/bundle/incsearch.vim"]
|
[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
|
url = https://github.com/haya14busa/incsearch.vim.git
|
||||||
[submodule "vim/.vim/bundle/lightline.vim"]
|
[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
|
url = https://github.com/itchyny/lightline.vim
|
||||||
[submodule "vim/.vim/bundle/ale"]
|
[submodule "vim/.vim/bundle/ale"]
|
||||||
path = vim/.vim/bundle/ale
|
path = base/.vim/bundle/ale
|
||||||
url = https://github.com/w0rp/ale
|
url = https://github.com/w0rp/ale
|
||||||
[submodule "vim/.vim/bundle/lightline-gruvbox.vim"]
|
[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
|
url = https://github.com/shinchu/lightline-gruvbox.vim
|
||||||
[submodule "vim/.vim/bundle/vim-css-color"]
|
[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
|
url = https://github.com/ap/vim-css-color
|
||||||
[submodule "vim/.vim/bundle/vim-javascript"]
|
[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
|
url = https://github.com/pangloss/vim-javascript
|
||||||
[submodule "vim/.vim/bundle/vim-ansible-yaml"]
|
[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
|
url = https://github.com/chase/vim-ansible-yaml
|
||||||
[submodule "firestarter/.firestarter"]
|
[submodule "firestarter/.firestarter"]
|
||||||
path = firestarter/.firestarter
|
path = firestarter/.firestarter
|
||||||
|
@ -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. |
|
| `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. |
|
| `mac` | MacOS-specific configs. Very sparse; I hardly ever have to use one. |
|
||||||
| `ssh` | SSH configuration for my desktop machines. |
|
| `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.
|
Included within are also a handful of management scripts.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user