diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:05:27 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 11:05:27 +0100 |
| commit | 0b0de929fa98457d22cbbcee65013ec261b660e2 (patch) | |
| tree | 2111df84ef48b9f4fbfa8469838bef61cc039eb2 /.gitmodules | |
| parent | d289ba1ef96947f7dd50352e9621c849659e1bf2 (diff) | |
Update vim plugins
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e68f05a..f9766d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -118,3 +118,9 @@ [submodule "vim/bundle/vim-ripgrep"] path = vim/bundle/vim-ripgrep url = https://github.com/jremmen/vim-ripgrep.git +[submodule "vim/bundle/vim-mucomplete"] + path = vim/bundle/vim-mucomplete + url = https://github.com/lifepillar/vim-mucomplete.git +[submodule "vim/bundle/syntastic-local-eslint"] + path = vim/bundle/syntastic-local-eslint + url = https://github.com/mtscout6/syntastic-local-eslint.vim.git |