Remove vim wiki

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-04 11:34:32 +02:00
parent b076d0d575
commit a7cd4e5d21
3 changed files with 0 additions and 8 deletions

View file

@ -65,9 +65,6 @@ Plug 'honza/vim-snippets'
" Filetype icons
Plug 'ryanoasis/vim-devicons'
" A personal wiki for vim
Plug 'vimwiki/vimwiki'
" Surround stuff with brackets and quotes
Plug 'tpope/vim-surround'

View file

@ -1,5 +0,0 @@
" Run multiple wikis "
let g:vimwiki_list = [
\{'path': '~/Documents/VimWiki/personal.wiki'},
\{'path': '~/Documents/VimWiki/tech.wiki'}
\]