diff options
author | Guangxiong Lin <[email protected]> | 2021-12-12 10:58:36 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-12 10:58:36 +0800 |
commit | 1da1c7f36c4201c4f24e89eb3c4e41828f61258b (patch) | |
tree | 9106a718b825d8fa970ebcd1532e977224b85d00 /.vim | |
parent | 1c20457aaf832ac3867b6b8baa93ba84b9162680 (diff) | |
download | dotfiles-1da1c7f36c4201c4f24e89eb3c4e41828f61258b.tar.gz dotfiles-1da1c7f36c4201c4f24e89eb3c4e41828f61258b.tar.bz2 dotfiles-1da1c7f36c4201c4f24e89eb3c4e41828f61258b.zip |
Add vim plug nnn.vim. Use packadd to manage new package
Diffstat (limited to '.vim')
-rw-r--r-- | .vim/.gitignore | 1 | ||||
-rw-r--r-- | .vim/plugin/nnn.vim | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.vim/.gitignore b/.vim/.gitignore index fa93c73..61c6b82 100644 --- a/.vim/.gitignore +++ b/.vim/.gitignore @@ -2,3 +2,4 @@ plugged autoload .swp .netrwhist +pack/vendor diff --git a/.vim/plugin/nnn.vim b/.vim/plugin/nnn.vim new file mode 100644 index 0000000..071e694 --- /dev/null +++ b/.vim/plugin/nnn.vim @@ -0,0 +1 @@ +command! NnnPicker packadd nnn.vim | NnnPicker |