vim-devicons icon indicating copy to clipboard operation
vim-devicons copied to clipboard

Compatibility issues with luochen1990/rainbow and Nerd Tree

Open pCandKa opened this issue 3 years ago • 4 comments

When I started luochen1990/rainbow Folder ICONS are surrounded by [ ]

pCandKa avatar Aug 09 '21 11:08 pCandKa

how to solve it?

leo94666 avatar Aug 24 '21 11:08 leo94666

how to solve it?

Uninstall luochen1990/rainbow You can replace it with treesitter/nvim-ts-rainbow

pCandKa avatar Aug 26 '21 08:08 pCandKa

to solve it, disable rainbow in nerdtree

let g:rainbow_conf = {
	\	'separately': {
	\		'nerdtree': 0,
	\	}
	\}

ajiepangestu avatar Oct 02 '21 03:10 ajiepangestu

to solve it, disable rainbow in nerdtree

let g:rainbow_conf = {
	\	'separately': {
	\		'nerdtree': 0,
	\	}
	\}

Thanks, this also solves my problem

marialynne avatar Jul 10 '22 18:07 marialynne

Thanks for Information @ajiepangestu @manu-camacho

get-me-power avatar Sep 26 '22 17:09 get-me-power