Daniel Diaz
Daniel Diaz

Reputation: 464

How to set my Nvim cursor as a vertical line in insert mode?

When I'm editing in normal mode in Nvim I get the cursor as a block. block cursor shape

That's fine. However, when I enter insert mode I get the same result.

block cursor in insert mode

I want the cursor shape to stay as a line in insert mode, anyone can help me?

Upvotes: 1

Views: 2849

Answers (1)

Jian
Jian

Reputation: 3258

It can be modified through guicursor. The default value(n-v-c-sm:block,i-ci-ve:ver25,r-cr-o:hor20) should be fine.

Upvotes: 4

Related Questions