We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d9e4e commit ea5c525Copy full SHA for ea5c525
packages.vim
@@ -17,6 +17,7 @@ if exists('*minpac#init')
17
call minpac#add('tpope/vim-fugitive') " Git wrapper for VIM
18
call minpac#add('christoomey/vim-titlecase') " Adds a new operator for titlecasing text (gt)
19
call minpac#add('godlygeek/tabular') " Use Tab or Tabularize to automatically ident selected lines
20
+ call minpac#add('jceb/vim-orgmode') " OrgMode for Vim
21
22
" Text objects
23
"call minpac#add('kana/vim-textobj-user') " Used for creating your own textobjects
0 commit comments