vimwiki plugin

This commit is contained in:
ManjaroOne666 2018-01-03 22:05:35 +00:00
parent d093667bd5
commit 4669ff5740
1 changed files with 4 additions and 1 deletions

5
vimrc
View File

@ -1,4 +1,4 @@
set nocompatible " be iMproved, required
" set nocompatible " be iMproved, required
filetype off " required
set ttyfast
@ -81,6 +81,9 @@ Plugin 'tpope/vim-repeat'
Plugin 'gcmt/taboo.vim'
" https://github.com/mattn/emmet-vim
Plugin 'mattn/emmet-vim'
" vimwiki
" https://github.com/vimwiki/vimwiki
Plugin 'vimwiki/vimwiki'
" All of your Plugins must be added before the following line
call vundle#end() " required