From f112bf088185c1d077ab1e1e9d81d8a35ff9e5b1 Mon Sep 17 00:00:00 2001 From: wunewww <55101139+wunewww@users.noreply.github.com> Date: Thu, 2 May 2024 13:00:18 +0800 Subject: [PATCH] add gitmodules --- .gitmodules | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b83d110 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "pack/vendor/opt/nerdtree"] + path = pack/vendor/opt/nerdtree + url = https://github.com/preservim/nerdtree.git +[submodule "pack/plugin/opt/vim-easymotion"] + path = pack/plugin/opt/vim-easymotion + url = https://github.com/easymotion/vim-easymotion.git