Skip to content

Commit 3a64a46

Browse files
committed
Enable orgmode and code-syntax plugins
1 parent b16ff80 commit 3a64a46

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)