From: Samir Benmendil Date: Thu, 13 Feb 2020 13:24:03 +0000 (+0000) Subject: vim: add orgmode plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/290a8391d7de02725f4e58fce39c33bcd5a4c9e6?ds=sidebyside vim: add orgmode plugin --- diff --git a/vim/vimrc b/vim/vimrc index 7c12179..137eab0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -46,6 +46,7 @@ Plug 'tpope/vim-endwise' Plug 'tpope/vim-eunuch' Plug 'tpope/vim-fugitive' Plug 'tpope/vim-repeat' +Plug 'tpope/vim-speeddating' Plug 'tpope/vim-surround' "investigate vim-sandwich Plug 'tpope/vim-unimpaired' Plug 'tweekmonster/spellrotate.vim' @@ -82,8 +83,11 @@ Plug 'shougo/deoplete.nvim' " {{{2 Plug 'roxma/nvim-yarp' Plug 'roxma/vim-hug-neovim-rpc' let g:deoplete#enable_at_startup = 1 - "}}}2 + +Plug 'jceb/vim-orgmode' +let g:org_agenda_files = ['~/org/*.org'] + call plug#end() call deoplete#custom#option('sources', {