vim: Fix plugin order

This commit is contained in:
2020-11-07 03:21:10 +01:00
parent 00c6274d2d
commit 2bebc2f9b5

View File

@@ -5,13 +5,13 @@ if (has('patch-8.1.1719') || has('nvim'))
packadd! coc.nvim
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
endif
" Theme
packadd! onedark.vim
" Automatically close parentheses, brackets, quotes, etc.
packadd! delimitMate
" Fuzzy finder
packadd! fzf
packadd! fzf.vim
" Theme
packadd! onedark.vim
" Git information
packadd! vim-gitgutter
" Surround text with parentheses, brackets, quotes, tags, etc.