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:
@@ -1,8 +1,14 @@
|
||||
" Plugins ######################################################################
|
||||
call plug#begin('~/.config/vim/plugged')
|
||||
|
||||
" Auto completion
|
||||
Plug 'neoclide/coc.nvim', {'branch': 'release'}
|
||||
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
|
||||
" Theme
|
||||
Plug 'joshdick/onedark.vim'
|
||||
" Git information
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
|
||||
call plug#end()
|
||||
" Keybinds #####################################################################
|
||||
" Set leader key
|
||||
|
||||
Reference in New Issue
Block a user