diff options
author | Guangxiong Lin <[email protected]> | 2023-10-17 21:54:50 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-17 21:54:50 +0800 |
commit | bdd480be4dfc936a480aab992b8cc62e6b30f8b8 (patch) | |
tree | 0bd4da8d94114721617f6d22ee33687642931e42 /.vim/after/plugin/minpac.vim | |
parent | 1afb24757b0877fc802791ccb1f47687e21119d5 (diff) | |
download | dotfiles-bdd480be4dfc936a480aab992b8cc62e6b30f8b8.tar.gz dotfiles-bdd480be4dfc936a480aab992b8cc62e6b30f8b8.tar.bz2 dotfiles-bdd480be4dfc936a480aab992b8cc62e6b30f8b8.zip |
Add plugin noteutil
Diffstat (limited to '.vim/after/plugin/minpac.vim')
-rw-r--r-- | .vim/after/plugin/minpac.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.vim/after/plugin/minpac.vim b/.vim/after/plugin/minpac.vim index 6165b2b..d76b1bd 100644 --- a/.vim/after/plugin/minpac.vim +++ b/.vim/after/plugin/minpac.vim @@ -104,6 +104,8 @@ function! InitMinpac() abort " misc call minpac#add('https://github.com/freitass/todo.txt-vim.git', {'type': 'opt'}) call minpac#add('https://github.com/ntpeters/vim-better-whitespace.git', {'type': 'opt'}) + call minpac#add( + \ 'https://github.com/igxlin/noteutil', {'type': 'start'}) let g:minpac_initialized = 1 endfunction |