From f8ef975c85b683351fd02c154d74faf7f7ac594e Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 27 Apr 2019 22:24:05 +0200 Subject: Dein: Add vim-openscad --- vim/dein.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/dein.toml b/vim/dein.toml index c8eff79..372f4c6 100644 --- a/vim/dein.toml +++ b/vim/dein.toml @@ -29,6 +29,9 @@ repo = 'cespare/vim-toml' [[plugins]] repo = 'ledger/vim-ledger' +[[plugins]] +repo = 'sirtaj/vim-openscad' + [[plugins]] repo = 'vim-scripts/a.vim' lazy = 1 -- cgit v1.2.3-24-g4f1b