sjl / vitality.vim

Make Vim play nicely with iTerm 2 and tmux.
http://github.com/sjl/vitality.vim
MIT License
320 stars 30 forks source link

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

Open apaleslimghost opened 8 years ago

apaleslimghost commented 8 years ago

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 commented 7 years ago

vitatlity.vim is not longer needed. Simply add let $NVIM_TUI_ENABLE_CURSOR_SHAPE=1 to your .vimrc file see https://github.com/sjl/vitality.vim/issues/31

ustulation commented 7 years ago

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 commented 5 years ago

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