summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2019-04-27 22:24:05 +0200
committeryushyin <yushyin@saga>2019-04-27 22:24:05 +0200
commitf8ef975c85b683351fd02c154d74faf7f7ac594e (patch)
tree223460365ca5f3918cc2169ac193eb7830150adb
parent383788faeac5943523ead434c9711340e1634652 (diff)
downloaddotfiles-f8ef975c85b683351fd02c154d74faf7f7ac594e.tar.gz
dotfiles-f8ef975c85b683351fd02c154d74faf7f7ac594e.tar.xz
Dein: Add vim-openscad
-rw-r--r--vim/dein.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/dein.toml b/vim/dein.toml
index c8eff79..372f4c6 100644
--- a/vim/dein.toml
+++ b/vim/dein.toml
@@ -30,6 +30,9 @@ repo = 'cespare/vim-toml'
repo = 'ledger/vim-ledger'
[[plugins]]
+repo = 'sirtaj/vim-openscad'
+
+[[plugins]]
repo = 'vim-scripts/a.vim'
lazy = 1
on_ft = ['c', 'cpp']