Load onedark theme through vim-plug

Use vim-plug to load onedark instead of the two files in
vim/{autoload,colors}. This enables to update the theme and have it as a
submodule in the rep.
This commit is contained in:
2020-08-22 16:52:55 +02:00
parent 4f1e97664c
commit ed6d6bc75e
5 changed files with 10 additions and 657 deletions

3
.gitmodules vendored
View File

@@ -19,6 +19,9 @@
[submodule ".config/vim/plugged/coc.nvim"]
path = .config/vim/plugged/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
[submodule ".config/vim/plugged/onedark.vim"]
path = .config/vim/plugged/onedark.vim
url = https://github.com/joshdick/onedark.vim
[submodule ".config/vim/plugged/vim-gitgutter"]
path = .config/vim/plugged/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter