Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Neovim no longer supports set <f24> or t_xx #34

Open
apaleslimghost opened this issue Nov 9, 2015 · 3 comments
Open

Neovim no longer supports set <f24> or t_xx #34

apaleslimghost opened this issue Nov 9, 2015 · 3 comments

Comments

@apaleslimghost
Copy link

neovim/neovim#1997
neovim/neovim#2204

I can't see any way around this, so you might want to update the Readme to let people know Vitality won't work with Neovim anymore.

Neovim does have NVIM_TUI_ENABLE_CURSOR_SHAPE which fulfils some of this plugin's functionality, and there might be some way of enabling FocusLost/Gained. We'll see.

@AndreTheHunter
Copy link

vitatlity.vim is not longer needed.
Simply add let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1 to your .vimrc file
see #31

@ustulation
Copy link

Simply add let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1 to your .vimrc file

I did this but nothing happened. I'm on ubuntu 14.04 with default terminal if it helps.

@justinmk
Copy link

Use 'guicursor', not NVIM_TUI_ENABLE_CURSOR_SHAPE, since Nvim 0.2.

https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-shape-in-the-terminal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants