summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-08-04 14:18:16 +0200
committerFlorian Pritz <bluewind@xinu.at>2017-08-04 14:18:16 +0200
commit0e84dba3fd074193cdafa1b931e363d637fa8a6e (patch)
treecb0bb5b01dc169f25753ace06c7ebc361791e4ee
parent487b885dcad4c870f0156f9acb3c794cbc5d41b5 (diff)
downloaddotfiles-0e84dba3fd074193cdafa1b931e363d637fa8a6e.tar.gz
dotfiles-0e84dba3fd074193cdafa1b931e363d637fa8a6e.tar.xz
vim: Add openscad support
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-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'