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 4a9a96fa59
commit bd76bc6126
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
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'}
\]