Files
dotfiles/.vimrc
2024-06-27 16:06:22 +02:00

9 lines
197 B
VimL

set ts=4 sw=4
set number
syntax on
au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces