mirror of
https://github.com/NotXia/dotfiles.git
synced 2025-12-14 01:51:52 +01:00
13 lines
239 B
VimL
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
|