vim-devicons
vim-devicons copied to clipboard
Compatibility issues with luochen1990/rainbow and Nerd Tree
When I started luochen1990/rainbow Folder ICONS are surrounded by [ ]
how to solve it?
how to solve it?
Uninstall luochen1990/rainbow You can replace it with treesitter/nvim-ts-rainbow
to solve it, disable rainbow in nerdtree
let g:rainbow_conf = {
\ 'separately': {
\ 'nerdtree': 0,
\ }
\}
to solve it, disable rainbow in nerdtree
let g:rainbow_conf = { \ 'separately': { \ 'nerdtree': 0, \ } \}
Thanks, this also solves my problem
Thanks for Information @ajiepangestu @manu-camacho