diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-04-22 22:08:25 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-04-22 22:08:25 +0200 |
commit | 46a7583ac5bcfed29157af096294fa871473a901 (patch) | |
tree | df20c7aed2eabf8a348af49c60c16a4d963c647e | |
parent | 50b9d96aea76d458625e7d874055bf30780e4a73 (diff) | |
download | dotfiles-46a7583ac5bcfed29157af096294fa871473a901.tar.gz |
Added vim plugin module https://github.com/nathangrigg/vim-beancount
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .vim/bundle/vim-beancount | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 2f970a0c826275f7d07fa145ba9a35c15b15232 |