diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-08-04 14:18:16 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-08-04 14:18:16 +0200 |
commit | 0e84dba3fd074193cdafa1b931e363d637fa8a6e (patch) | |
tree | cb0bb5b01dc169f25753ace06c7ebc361791e4ee /.gitmodules | |
parent | 487b885dcad4c870f0156f9acb3c794cbc5d41b5 (diff) | |
download | dotfiles-0e84dba3fd074193cdafa1b931e363d637fa8a6e.tar.gz dotfiles-0e84dba3fd074193cdafa1b931e363d637fa8a6e.tar.xz |
vim: Add openscad support
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 b5b1cf7..35844ed 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,6 @@ [submodule ".vim/bundle/neomake"] path = .vim/bundle/neomake url = https://github.com/neomake/neomake.git +[submodule ".vim/bundle/vim-openscad"] + path = .vim/bundle/vim-openscad + url = https://github.com/sirtaj/vim-openscad.git |