Skip to content

Commit ea5c525

Browse files
committed
Add orgmode plugin
1 parent f4d9e4e commit ea5c525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ if exists('*minpac#init')
1717
call minpac#add('tpope/vim-fugitive') " Git wrapper for VIM
1818
call minpac#add('christoomey/vim-titlecase') " Adds a new operator for titlecasing text (gt)
1919
call minpac#add('godlygeek/tabular') " Use Tab or Tabularize to automatically ident selected lines
20+
call minpac#add('jceb/vim-orgmode') " OrgMode for Vim
2021

2122
" Text objects
2223
"call minpac#add('kana/vim-textobj-user') " Used for creating your own textobjects

0 commit comments

Comments
 (0)