diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 57d794e..739c978 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -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.