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:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user