summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-02-27 01:51:38 +0100
committerache <ache@ache.one>2022-02-27 01:51:38 +0100
commita52e9f5e485b7bff9c27a0ce5c92698e95f1b104 (patch)
tree822c3c9528886f43d6f7107911620323e7d86353
parentDeoplete stuffs (diff)
Add pluggin to close tag
-rwxr-xr-xpack/ache/start/installPlugin.sh6
1 files changed, 6 insertions, 0 deletions
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"