From 0e84dba3fd074193cdafa1b931e363d637fa8a6e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 4 Aug 2017 14:18:16 +0200 Subject: vim: Add openscad support Signed-off-by: Florian Pritz --- .gitmodules | 3 +++ .vim/bundle/vim-openscad | 1 + .vimrc | 2 ++ 3 files changed, 6 insertions(+) create mode 160000 .vim/bundle/vim-openscad 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 diff --git a/.vim/bundle/vim-openscad b/.vim/bundle/vim-openscad new file mode 160000 index 0000000..2ac407d --- /dev/null +++ b/.vim/bundle/vim-openscad @@ -0,0 +1 @@ +Subproject commit 2ac407dcc73176862524e0cf18c00d85146fac57 diff --git a/.vimrc b/.vimrc index 8e0f3f9..5e19bae 100644 --- a/.vimrc +++ b/.vimrc @@ -95,6 +95,8 @@ Plugin 'majutsushi/tagbar' Plugin 'adoy/vim-php-refactoring-toolbox' Plugin 'shawncplus/phpcomplete.vim' +Plugin 'sirtaj/vim-openscad' + Plugin 'sjl/splice.vim' Plugin 'LaTeX-Box-Team/LaTeX-Box' Plugin 'chase/vim-ansible-yaml' -- cgit v1.2.3-24-g4f1b