edd 3a697a9799 Update to neovim v0.3.4.
This was a team effort between Jon Bernard and myself.

OK sthen@
2019-03-17 13:13:40 +00:00
..
2019-03-17 13:13:40 +00:00
2018-09-04 12:46:09 +00:00

$OpenBSD: README,v 1.3 2018/09/04 12:46:11 espie Exp $

+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Why is the Escape Key Not Working Right?
========================================

If you use Neovim under tmux, you are likely being bitten by a libtermkey bug.
Read the libtermkey package README for a workaround.

Migrating from Vim to Neovim
============================

Note that in Neovim some paths are different from traditional vim. The config
dir is ~/.config/nvim, and the main config file is ~/.config/nvim/init.vim. You
can symlink your existing traditional vim config and directory to the new
paths, and this will work.

The first time you invoke nvim, run ':checkhealth' to see what else you might
need to do to migrate.

Please note that ':checkhealth' was called ':CheckHealth' (with different
capitalisation) prior to neovim version 0.3.0.