From 9ab547d63c137b889e1595b40c56ac552adc3e6e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 10 Nov 2013 15:18:43 -0500 Subject: Add vim-autoclose --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index 421476c8..5a25c736 100644 --- a/.vimrc +++ b/.vimrc @@ -157,6 +157,7 @@ Plug 'junegunn/vim-easy-align' vnoremap :EasyAlign Plug 'Raynes/refheap.vim' +Plug 'Townk/vim-autoclose' Plug 'majutsushi/tagbar' Plug 'mattn/gist-vim' Plug 'mattn/webapi-vim' -- cgit 1.4.1 50cb2d63741e49980a27e0f009c9042b'/> dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
2019-02-08Use set for parent in hiJune McEnroe
2019-02-08Switch back to semantic keyword grouping in hiJune McEnroe
2019-02-08Match only the basename in hiJune McEnroe
2019-02-07Add mdoc syntax to hiJune McEnroe
2019-02-07Support multi-line C macros in hiJune McEnroe
2019-02-07Detect .mk files as makeJune McEnroe
2019-02-07Add make syntax to hiJune McEnroe
2019-02-07Add IRC output to hiJune McEnroe
2019-02-07Improve C syntax accuracy and add Format classJune McEnroe
2019-02-07Factor out hi checkJune McEnroe
2019-02-07Add Escape class to hiJune McEnroe
2019-02-07Add Todo class and parent syntax constraintJune McEnroe