lambdalisue / vim-fern

🌿 General purpose asynchronous tree viewer written in Pure Vim script
MIT License
1.29k stars 49 forks source link

what's that ^_ following the selected item? #240

Closed smartding closed 4 years ago

smartding commented 4 years ago

pic-selected-201006-0908-35 I'm using neovim-nightly with fern, and I noticed this ^_ following the selected item in fern as shown above. ^_ disappears when I focus on some other split in neovim.

What is this ^_? Can I disable it?

lambdalisue commented 4 years ago

That's a character used in https://github.com/lambdalisue/fern-renderer-nerdfont.vim to distinguish columns. I guess you may changed conceallevel or concalcursor which is used to hide that character, so please don't touch those options on the fern buffer. If the issue still exist, please make a new issue on https://github.com/lambdalisue/fern-renderer-nerdfont.vim side.

smartding commented 4 years ago

That's a character used in https://github.com/lambdalisue/fern-renderer-nerdfont.vim to distinguish columns. I guess you may changed conceallevel or concalcursor which is used to hide that character, so please don't touch those options on the fern buffer. If the issue still exist, please make a new issue on https://github.com/lambdalisue/fern-renderer-nerdfont.vim side.

It's the indentLine plugin that's changing the concealcursor. I was able to make that ^_ disappear by changing some settings of indentLine.