aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2022-03-16 14:17:31 +0100
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2022-03-16 14:17:31 +0100
commitc47c4c982c41d3c28c061ec602181502065d3fdf (patch)
tree0458c8116c316cc1bb45146ff43836c6a2919b81
parent4459d88b9a9ed2fa53da192d9fceed06e5b6863f (diff)
downloaddotfiles-c47c4c982c41d3c28c061ec602181502065d3fdf.tar.gz
Added vim plugin module https://github.com/neovimhaskell/haskell-vim.git
-rw-r--r--.gitmodules3
m---------.vim/bundle/haskell-vim0
2 files changed, 3 insertions, 0 deletions
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
+Subproject f35d02204b4813d1dbe8b0e98cc39701a4b8e15