this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add log message when loading minpac spec

+2
+2
nvim/autoload/plugins.vim
··· 10 10 func! plugins#spec() abort 11 11 packadd minpac 12 12 13 + echom 'Load minpac spec' 14 + 13 15 call minpac#init() 14 16 " Package manager {{{ 15 17 call minpac#add('k-takata/minpac', {'type': 'opt'})