dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit f45c62a752fc25613d1d522f7107156a5de6b850
parent fbc245eea6c36da0cca1a7e41a281a13cfacbc09
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Tue, 11 Jan 2022 17:22:26 +0100

vim: add org-mode plugin

Is this heresy?

Diffstat:
Mvim/vimrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -166,6 +166,8 @@ Plug 'dense-analysis/ale' Plug 'Yggdroot/indentLine', { 'for': 'python' } +Plug 'jceb/vim-orgmode', { 'for': 'org' } + call plug#end() " }}}2 " Config {{{2