redyf / Neve

Neve is a Neovim configuration built with Nixvim, it allows you to use Nix language to manage Neovim plugins/options.
MIT License
152 stars 61 forks source link

Question on the vertical line that appears when editing a file #107

Closed vinylen closed 1 month ago

vinylen commented 1 month ago

Hi,

I've been trying out Neve for the day, and i love it, but i can't figure out what is adding the vertical line when editing files?

image

What is that and how can i remove it? :)

Thanks again for Neve!

redyf commented 1 month ago

Hi,

I've been trying out Neve for the day, and i love it, but i can't figure out what is adding the vertical line when editing files?

image

What is that and how can i remove it? :)

Thanks again for Neve!

Hello, I'm glad you're enjoying it :smile:. If you mean the one right below the cursor, that's indent-blankline.nvim. image But if you're talking about this one: image it's colorcolumn, a neovim option. colorcolumn

vinylen commented 1 month ago

Yes thank you, it was the colorcolumn i was referring to.

Thanks again!