VimBindings.jl
VimBindings.jl copied to clipboard
Cursor does not change to pipe in neovim terminal
When opening Julia repl in neovim terminal window, the cursor stays as a block and does not alternate between a pipe bar and block
@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.
Using set guicursor= had no effect.