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 +++ .vim/bundle/haskell-vim | 1 + 2 files changed, 4 insertions(+) create mode 160000 .vim/bundle/haskell-vim 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 diff --git a/.vim/bundle/haskell-vim b/.vim/bundle/haskell-vim new file mode 160000 index 0000000..f35d022 --- /dev/null +++ b/.vim/bundle/haskell-vim @@ -0,0 +1 @@ +Subproject commit f35d02204b4813d1dbe8b0e98cc39701a4b8e15e -- cgit v1.2.3