]> git.rmz.io Git - dotfiles.git/commitdiff
vim: add orgmode plugin
authorSamir Benmendil <me@rmz.io>
Thu, 13 Feb 2020 13:24:03 +0000 (13:24 +0000)
committerSamir Benmendil <me@rmz.io>
Thu, 13 Feb 2020 13:24:03 +0000 (13:24 +0000)
vim/vimrc

index 7c12179ff0072dc3a2532196e1d0571071173d62..137eab0e346bf6e4655c8e7206d8793d9fbeb099 100644 (file)
--- 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', {