From: Samir Benmendil Date: Sun, 1 Mar 2020 02:11:21 +0000 (+0000) Subject: vim: use my fork of vim-orgmode X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/66a173be555427ed5da876957ea2f4becccaf15f?ds=inline vim: use my fork of vim-orgmode --- diff --git a/vim/vimrc b/vim/vimrc index cc35b08..3f78e52 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -85,7 +85,9 @@ Plug 'roxma/vim-hug-neovim-rpc' let g:deoplete#enable_at_startup = 1 "}}}2 -Plug 'jceb/vim-orgmode' +Plug 'git@github.com:/ram-z/vim-orgmode', { 'branch': 'dev' } " {{{2 +Plug 'vim-scripts/syntaxrange' + let g:org_agenda_files = ['~/org/*.org'] call plug#end()