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'
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', {