diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2022-03-16 14:17:31 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2022-03-16 14:17:31 +0100 |
commit | c47c4c982c41d3c28c061ec602181502065d3fdf (patch) | |
tree | 0458c8116c316cc1bb45146ff43836c6a2919b81 /.gitmodules | |
parent | 4459d88b9a9ed2fa53da192d9fceed06e5b6863f (diff) | |
download | dotfiles-c47c4c982c41d3c28c061ec602181502065d3fdf.tar.gz |
Added vim plugin module https://github.com/neovimhaskell/haskell-vim.git
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 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 |