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:
parent
d1349dbe30
commit
4056e2223e
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user