1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-25 20:47:45 +01:00

nvim: lets use rainbow brackets

This commit is contained in:
TiynGER 2021-05-24 18:11:04 +02:00
parent d1349dbe30
commit 4056e2223e

View File

@ -62,6 +62,7 @@ let $FZF_DEFAULT_COMMAND = 'find . ~ -type f'
nmap <F4> :FZF<CR>
" luochen1990/rainbow
let g:rainbow_active = 1
let g:rainbow_conf = {
\ 'guifgs': ['royalblue3', 'darkorange3', 'seagreen3', 'firebrick'],
\ 'ctermfgs': ['lightblue', 'lightyellow', 'lightcyan', 'lightmagenta'],