From a52e9f5e485b7bff9c27a0ce5c92698e95f1b104 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 27 Feb 2022 01:51:38 +0100 Subject: Add pluggin to close tag --- pack/ache/start/installPlugin.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pack/ache/start/installPlugin.sh b/pack/ache/start/installPlugin.sh index d570f87..56b0391 100755 --- a/pack/ache/start/installPlugin.sh +++ b/pack/ache/start/installPlugin.sh @@ -95,6 +95,12 @@ git clone "https://github.com/tpope/vim-commentary" # When you rename an HTML tag, it will rename the corresponding end/opening tag. git clone "https://github.com/AndrewRadev/tagalong.vim" +# vim-closetag +# +# Automatically lose HTML tag +git clone "https://github.com/alvan/vim-closetag" + + # vim-css3-syntax/ git clone "https://github.com/hail2u/vim-css3-syntax" -- cgit v1.2.3