dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ce62672d5049f54c90c1479aff76de9e91ac6454
parent 421b6bc122509845427856cb36e37a8127bac4e1
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Fri, 26 Oct 2018 14:28:45 +0200

Installed vimwiki plugin

Diffstat:
Mvim/pluginconf.vimrc | 1+
Mvim/plugins.vimrc | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/vim/pluginconf.vimrc b/vim/pluginconf.vimrc @@ -1 +1,2 @@ let g:NERDSpaceDelims = 1 +let g:vimwiki_list = [{'path': '~/Dropbox/vimwiki'}] diff --git a/vim/plugins.vimrc b/vim/plugins.vimrc @@ -42,4 +42,6 @@ Plug 'plasticboy/vim-markdown' " Easy table making Plug 'dhruvasagar/vim-table-mode' +" Personal wiki +Plug 'vimwiki/vimwiki' call plug#end()