From 8317b8084137cfbe41ed4cf98b1737a95f19db41 Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 23 Dec 2020 15:59:24 +0100 Subject: [PATCH] vim: add vue plugin --- vim/plugs.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/plugs.vim b/vim/plugs.vim index dbadf8b..517f524 100644 --- a/vim/plugs.vim +++ b/vim/plugs.vim @@ -57,6 +57,7 @@ Plug 'https://github.com/vim-scripts/nginx.vim' Plug 'https://github.com/plasticboy/vim-markdown' Plug 'https://github.com/cespare/vim-toml' Plug 'https://github.com/vim-scripts/iptables' +Plug 'https://github.com/leafoftree/vim-vue-plugin' Plug 'epheien/termdbg'