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

View File

@@ -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