vim: Fix plugin order
This commit is contained in:
@@ -5,13 +5,13 @@ if (has('patch-8.1.1719') || has('nvim'))
|
|||||||
packadd! coc.nvim
|
packadd! coc.nvim
|
||||||
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
|
source $XDG_CONFIG_HOME/vim/coc.nvim.vim
|
||||||
endif
|
endif
|
||||||
" Theme
|
|
||||||
packadd! onedark.vim
|
|
||||||
" Automatically close parentheses, brackets, quotes, etc.
|
" Automatically close parentheses, brackets, quotes, etc.
|
||||||
packadd! delimitMate
|
packadd! delimitMate
|
||||||
" Fuzzy finder
|
" Fuzzy finder
|
||||||
packadd! fzf
|
packadd! fzf
|
||||||
packadd! fzf.vim
|
packadd! fzf.vim
|
||||||
|
" Theme
|
||||||
|
packadd! onedark.vim
|
||||||
" Git information
|
" Git information
|
||||||
packadd! vim-gitgutter
|
packadd! vim-gitgutter
|
||||||
" Surround text with parentheses, brackets, quotes, tags, etc.
|
" Surround text with parentheses, brackets, quotes, tags, etc.
|
||||||
|
|||||||
Reference in New Issue
Block a user