summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
m---------.vim/bundle/vim-openscad0
-rw-r--r--.vimrc2
3 files changed, 5 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
diff --git a/.vim/bundle/vim-openscad b/.vim/bundle/vim-openscad
new file mode 160000
+Subproject 2ac407dcc73176862524e0cf18c00d85146fac5
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'