Files
dotfiles/.vimrc
2024-07-06 19:34:58 +02:00

13 lines
239 B
VimL

set ts=4 sw=4
set number
syntax on
set clipboard^=unnamed
au VimEnter * RainbowParenthesesToggle
au Syntax * RainbowParenthesesLoadRound
au Syntax * RainbowParenthesesLoadSquare
au Syntax * RainbowParenthesesLoadBraces
vmap <C-S-c> "+y