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/plugin | |
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/plugin')
-rw-r--r-- | .vim/plugin/nnn.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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 |