diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-20 22:25:42 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-20 22:25:42 +0100 |
commit | 7e5fd86cf259a0d5ab98d3ae0081931832f8f760 (patch) | |
tree | c92e5c24c241629a98e2c90a1dea90077fe3450c /.gitmodules | |
parent | b8a1d9e1d255f34bfc54cf217cfbeb7ef5833931 (diff) | |
download | myconfigs-7e5fd86cf259a0d5ab98d3ae0081931832f8f760.tar.gz myconfigs-7e5fd86cf259a0d5ab98d3ae0081931832f8f760.tar.bz2 myconfigs-7e5fd86cf259a0d5ab98d3ae0081931832f8f760.zip |
Add openscad syntax
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b99fcb5..68355d3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "vim/bundle/neomutt.vim"] path = vim/bundle/neomutt.vim url = https://github.com/neomutt/neomutt.vim.git +[submodule "vim/bundle/vim-openscad"] + path = vim/bundle/vim-openscad + url = https://github.com/sirtaj/vim-openscad.git |