mirror of
https://github.com/neovim/neovim.git
synced 2026-03-11 18:46:18 +10:00
Get terminal debugging info by starting Nvim with 'verbose' level 3:
nvim -V3log
This is like Vim's `:set termcap`, which was removed in Nvim (and would
be very awkward to restore because of the decoupled UI).