diff --git a/content/neovim.md b/content/neovim.md index 8e3aaf1..ca4d51e 100644 --- a/content/neovim.md +++ b/content/neovim.md @@ -3,6 +3,7 @@ - [Help](#help) - [Configuration](#configuration) - [Terminal emulator](#terminal-emulator) +- [Change cursor style dependent on mode](#change-cursor-style-dependent-on-mode) --- @@ -82,3 +83,9 @@ Related help: :h :terminal :h nvim-terminal-emulator + +#### Change cursor style dependent on mode + +The method mentioned in the [Vim section](../README.md#change-cursor-style-in-insert-mode) +doesn't work in Neovim. Instead, define the environment variable +`NVIM_TUI_ENABLE_CURSOR_SHAPE`; see `man 1 nvim` for more information.