aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2021-12-12 10:58:36 +0800
committerGuangxiong Lin <[email protected]>2021-12-12 10:58:36 +0800
commit1da1c7f36c4201c4f24e89eb3c4e41828f61258b (patch)
tree9106a718b825d8fa970ebcd1532e977224b85d00 /.vim
parent1c20457aaf832ac3867b6b8baa93ba84b9162680 (diff)
downloaddotfiles-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/.gitignore1
-rw-r--r--.vim/plugin/nnn.vim1
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