vim: Fix plugin order
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user