diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-05-09 13:17:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-05-09 13:17:01 +0200 |
commit | 0d0810e84dbab21fa55a8d2a947eb63d1352f873 (patch) | |
tree | 03d0a285b19eb33c9af4ce4b1143a8464b490e7b /.gitmodules | |
parent | be0d9059f77799720891481975b9124e5de2992c (diff) | |
download | dotfiles-0d0810e84dbab21fa55a8d2a947eb63d1352f873.tar.gz dotfiles-0d0810e84dbab21fa55a8d2a947eb63d1352f873.tar.xz |
vim: Add vim-grammarous
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e61305d..309ef88 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,3 +124,6 @@ [submodule ".vim/bundle/neoyank.vim"] path = .vim/bundle/neoyank.vim url = https://github.com/Shougo/neoyank.vim.git +[submodule ".vim/bundle/vim-grammarous"] + path = .vim/bundle/vim-grammarous + url = https://github.com/rhysd/vim-grammarous.git |