vim: add vim-obsession

This commit is contained in:
2020-03-04 12:59:59 +00:00
parent 5c2afdf6fa
commit 3baae55170

1
vimrc
View File

@@ -22,6 +22,7 @@ call plug#begin('~/.vim/plugged')
Plug 'scrooloose/nerdtree'
Plug 'wesQ3/vim-windowswap'
Plug 'majutsushi/tagbar'
Plug 'tpope/vim-obsession'
if version >= 800
Plug 'neoclide/coc.nvim', {'branch': 'release'}