From 6698c7c1e20ee4c206bcd1d8a7be0c6e9332dec0 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 2 Sep 2022 18:49:59 +0200 Subject: Added vim plugin module https://github.com/meisterfischy/vterminal.git --- .gitmodules | 3 +++ .vim/bundle/vterminal | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vterminal diff --git a/.gitmodules b/.gitmodules index 356da44..b06cd13 100644 --- a/.gitmodules +++ b/.gitmodules @@ -46,3 +46,6 @@ [submodule ".vim/bundle/vim-beancount"] path = .vim/bundle/vim-beancount url = https://github.com/nathangrigg/vim-beancount +[submodule ".vim/bundle/vterminal"] + path = .vim/bundle/vterminal + url = https://github.com/meisterfischy/vterminal.git diff --git a/.vim/bundle/vterminal b/.vim/bundle/vterminal new file mode 160000 index 0000000..169b352 --- /dev/null +++ b/.vim/bundle/vterminal @@ -0,0 +1 @@ +Subproject commit 169b3528d9785f42aeba76d29081b211de75c38a -- cgit v1.2.3