File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if exists('*minpac#init')
2020 call minpac#add (' tpope/vim-fugitive' ) " Git wrapper for VIM
2121 " call minpac#add('christoomey/vim-titlecase') " Adds a new operator for titlecasing text (gt)
2222 " call minpac#add('godlygeek/tabular') " Use Tab or Tabularize to automatically ident selected lines
23- " call minpac#add('jceb/vim-orgmode') " OrgMode for Vim
23+ call minpac#add (' jceb/vim-orgmode' ) " OrgMode for Vim
2424
2525 " Text objects
2626 " call minpac#add('kana/vim-textobj-user') " Used for creating your own textobjects
@@ -40,9 +40,9 @@ if exists('*minpac#init')
4040 " call minpac#add('natebosch/vim-lsc') " Vim Language Server Client
4141
4242 " Google Code Fmt
43- " call minpac#add('google/vim-maktaba') " Utility for syntax-aware code formatting.
44- " call minpac#add('google/vim-codefmt') " Utility for syntax-aware code formatting.
45- " call minpac#add('google/vim-glaive') " Used to configure codefmt's maktaba flags
43+ call minpac#add (' google/vim-maktaba' ) " Utility for syntax-aware code formatting.
44+ call minpac#add (' google/vim-codefmt' ) " Utility for syntax-aware code formatting.
45+ call minpac#add (' google/vim-glaive' ) " Used to configure codefmt's maktaba flags
4646 " call minpac#add('dense-analysis/ale') " Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP)
4747
4848 " Ruby
You can’t perform that action at this time.
0 commit comments