From c47c4c982c41d3c28c061ec602181502065d3fdf Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 16 Mar 2022 14:17:31 +0100 Subject: Added vim plugin module https://github.com/neovimhaskell/haskell-vim.git --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index d18cc52..62f26df 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,3 +40,6 @@ [submodule ".vim/bundle/vim-fugitive"] path = .vim/bundle/vim-fugitive url = https://github.com/tpope/vim-fugitive +[submodule ".vim/bundle/haskell-vim"] + path = .vim/bundle/haskell-vim + url = https://github.com/neovimhaskell/haskell-vim.git -- cgit v1.2.3