mirror of
https://github.com/neovim/neovim.git
synced 2026-01-17 10:38:57 +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).