From 46a7583ac5bcfed29157af096294fa871473a901 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Fri, 22 Apr 2022 22:08:25 +0200 Subject: Added vim plugin module https://github.com/nathangrigg/vim-beancount --- .gitmodules | 3 +++ .vim/bundle/vim-beancount | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/vim-beancount diff --git a/.gitmodules b/.gitmodules index 62f26df..356da44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule ".vim/bundle/haskell-vim"] path = .vim/bundle/haskell-vim url = https://github.com/neovimhaskell/haskell-vim.git +[submodule ".vim/bundle/vim-beancount"] + path = .vim/bundle/vim-beancount + url = https://github.com/nathangrigg/vim-beancount diff --git a/.vim/bundle/vim-beancount b/.vim/bundle/vim-beancount new file mode 160000 index 0000000..2f970a0 --- /dev/null +++ b/.vim/bundle/vim-beancount @@ -0,0 +1 @@ +Subproject commit 2f970a0c826275f7d07fa145ba9a35c15b15232d -- cgit v1.2.3