caleb-allen / VimBindings.jl

Vim bindings for the Julia REPL
https://caleb-allen.github.io/VimBindings.jl/
MIT License
113 stars 3 forks source link

Cursor does not change to pipe in neovim terminal #81

Open smith-isaac opened 1 year ago

smith-isaac commented 1 year ago

When opening Julia repl in neovim terminal window, the cursor stays as a block and does not alternate between a pipe bar and block

caleb-allen commented 1 year ago

@smith-isaac does the behavior change if you add set guicursor= to your neovim configuration? People on this thread mentioned it: https://github.com/neovim/neovim/issues/6005

I haven't tried it myself though. See :h guicursor for more info.

smith-isaac commented 1 year ago

Using set guicursor= had no effect.