X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/de63af710d0c87c10f8e3b899aded2fe6aee7193..e0dd798cdd5f8ae3b77d0d1d7206bf11d043a88d:/vim/vimrc?ds=inline 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()