dotfiles

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

commit f3d519ebc1bd1366c900ec6d0f8c483c9486b27d
parent 0ade815522e00607fdd1be68f189367c50a248d9
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 13 Dec 2020 16:00:47 +0100

vim: make my vimwiki changes a patch

Former-commit-id: a7f8a69860dc2a0b925f9ee55d9a287b88a14839
Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -36,7 +36,7 @@ Plug 'tpope/vim-projectionist' Plug 'majutsushi/tagbar', { 'on': ['TagbarToggle', 'TagbarOpen'] } " Personal hypertext files -Plug 'thezeroalpha/vimwiki' ", { 'on': '<Plug>VimwikiIndex', 'for': 'vimwiki' } +Plug 'vimwiki/vimwiki' ", { 'on': '<Plug>VimwikiIndex', 'for': 'vimwiki' } " Git wrapper from tpope Plug 'tpope/vim-fugitive'