summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-03-08 22:08:31 -0500
committerJesse Luehrs <doy@tozt.net>2018-03-08 22:08:46 -0500
commit3d1a4de093971c0694c2b517d7b05fccfc0aa1b1 (patch)
treeb2a750bea209886dc313b4d789b5f6d50b9f36e9 /vimrc
parentf011cb3577bd5baaeaef9fda55155817f7539ccd (diff)
downloadconf-3d1a4de093971c0694c2b517d7b05fccfc0aa1b1.tar.gz
conf-3d1a4de093971c0694c2b517d7b05fccfc0aa1b1.zip
move autobrace to its own repository
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 3ca23f1..fe01d12 100644
--- a/vimrc
+++ b/vimrc
@@ -67,6 +67,7 @@ let g:ale_history_enabled = 0
let g:ale_history_log_output = 0
" }}}
" airline
+" autobrace
" commentary {{{
map <silent><Leader>x :Commentary<CR>
" }}}