Skip to content

Commit

Permalink
packadd! comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jun 14, 2024
1 parent 99f5d85 commit 8454ff1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/vim/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -1224,9 +1224,12 @@ endfor
" * Plugins
" *********************************************************

silent! packadd! termdebug " source termdebug
silent! packadd! matchit " source matchit
silent! packadd! termdebug
silent! packadd! matchit
runtime ftplugin/man.vim
if !has('nvim') && has('patch-9.1.0375')
silent! packadd! comment
endif

" === Netrw ===
let g:netrw_liststyle = 3
Expand Down

0 comments on commit 8454ff1

Please sign in to comment.