summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-04 23:13:40 -0400
committerJesse Luehrs <doy@tozt.net>2017-11-04 23:44:20 -0400
commitf3efbbaa9ac98a86fe664f9ebb2c8899d4327d82 (patch)
treeaf0b48a643744e18905f951c931d0e0255fe13a7 /vimrc
parentcd3a10fc6d0e6f2fcfe284624a9d179d0b80bf1e (diff)
downloadconf-f3efbbaa9ac98a86fe664f9ebb2c8899d4327d82.tar.gz
conf-f3efbbaa9ac98a86fe664f9ebb2c8899d4327d82.zip
use rainbow brackets too
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index c58371f..0f3e678 100644
--- a/vimrc
+++ b/vimrc
@@ -134,6 +134,7 @@ autocmd vimrc VimEnter * call <SID>configure_neosnippet_tab_mappings()
" rainbow {{{
let g:rainbow = 1
let g:rainbow_paren = 1
+let g:rainbow_bracket = 1
let g:rainbow_brace = 1
" }}}
" startify {{{