Switch to using native vim packages

Use native vim packages instead of the earlier plugin mechanism.
This commit is contained in:
Andrew Mulbrook 2021-02-12 18:45:39 -06:00
parent 0023dc49a9
commit 24051d7737
6 changed files with 15 additions and 14 deletions

9
.gitmodules vendored
View file

@ -1,3 +1,12 @@
[submodule "dotbot"]
path = dotbot
url = https://github.com/anishathalye/dotbot
[submodule "vim/pack/def/start/lightline"]
path = vim/pack/def/start/lightline
url = https://github.com/itchyny/lightline.vim
[submodule "vim/pack/def/start/vim-fugitive"]
path = vim/pack/def/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive
[submodule "vim/pack/def/start/vim-gitgutter"]
path = vim/pack/def/start/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter