I'm using NVChad neovim configuration and my svg path is too long, any ways to hide this? or make it in one line?
I found a way to make it in one line
vim.opt.wrap = false
Also to hide it
:highlight SVGLoaderPath guibg=bg
This command sets the background color of the SVG loader path to the same as the background, effectively hiding it.