summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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']