Add vimwiki plugin

This commit is contained in:
Julian Ospald 2019-02-25 12:28:40 +08:00
parent ab04e82f56
commit 1ce2e893f4
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -40,6 +40,7 @@ Plug 'junegunn/fzf', { 'do': './install --bin' }
Plug 'junegunn/fzf.vim'
Plug 'sbdchd/neoformat'
Plug 'AndrewRadev/bufferize.vim'
Plug 'vimwiki/vimwiki'
" scm
Plug 'tpope/vim-fugitive'