aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-02-11 16:35:52 +0000
committerCody Hiar <codyfh@gmail.com>2019-02-11 16:35:52 +0000
commit0cfd989d2b6d0c0d2d33bf49f7234179c8ed2315 (patch)
treebd2d7081346753236baf260e4c8519aab2dc91f6
parent321afd6a982d61cd3fc401c18740658377b21370 (diff)
use rainbow parentheses on all files
-rw-r--r--plugin/vim-options.vim8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim
index 057edcb..9a316c5 100644
--- a/plugin/vim-options.vim
+++ b/plugin/vim-options.vim
@@ -264,10 +264,10 @@ endif
" RainbowParentheses
"-----------------------------------------------------------------------------------------------------------------------
if !empty(glob($EditorDir.'plugged/rainbow_parentheses.vim/plugin/rainbow_parentheses.vim'))
- au VimEnter *.py RainbowParenthesesToggle
- au Syntax *.py RainbowParenthesesLoadRound
- au Syntax *.py RainbowParenthesesLoadSquare
- au Syntax *.py RainbowParenthesesLoadBraces
+ au VimEnter * RainbowParenthesesToggle
+ au Syntax * RainbowParenthesesLoadRound
+ au Syntax * RainbowParenthesesLoadSquare
+ au Syntax * RainbowParenthesesLoadBraces
let g:rbpt_colorpairs = [
\ ['brown', 'RoyalBlue3'],
\ ['darkblue', 'DarkOrchid3'],