• General Questions
  • Where should I put my config (vimrc)?
  • How stable is the development (pre-release) version?
  • Can I use Ruby-based Vim plugins (e.g. LustyExplorer)?
  • Can I use Lua-based Vim plugins (e.g. neocomplete)?
  • How can I use "true color" in the terminal?
  • Nvim shows weird symbols (�[2 q) when changing modes
  • How to change cursor shape in the terminal?
  • How to change cursor color in the terminal?
  • Cursor style isn't restored after exiting or suspending and resuming Nvim
  • Cursor shape doesn't change in tmux
  • Cursor flicker in tmux?
  • Is Windows supported?
  • How to use the Windows clipboard from WSL?
  • What happened to --remote and friends?
  • Runtime issues
  • Copying to X11 primary selection with the mouse doesn't work
  • My CTRL-H mapping doesn't work
  • <Home> or some other "special" key doesn't work
  • :! and system() do weird things with interactive processes
  • Python support isn't working
  • :checkhealth reports E5009: Invalid $VIMRUNTIME
  • Neovim can't find its runtime
  • E518: Unknown option: [option]
  • Neovim is slow
  • Use a fast terminal emulator
  • Use an optimized build
  • Colors aren't displayed correctly
  • Neovim can't read UTF-8 characters
  • ESC in tmux or GNU Screen is delayed
  • "Why doesn't this happen in Vim?"
  • ESC in GNU Screen is lost when mouse mode is enabled
  • Calling inputlist(), echomsg, … in filetype plugins and autocmd does not work
  • g:clipboard settings are not used.
  • Installation issues
  • Generating helptags failed
  • Build issues
  • General build issues
  • Proxy issues #2482
  • Settings in local.mk don't take effect
  • CMake errors
  • Lua packages
  • Anaconda error
  • Develop
  • Plugins
  • Tools
  • Debug
  • Backtrace (Linux)
  • Backtrace (macOS / OSX)
  • Using gdb to step through functional tests
  • Using lldb to step through unit tests
  • Using gdb
  • gdb "reverse debugging"
  • Using gdbserver
  • Using gdbserver in tmux
  • Log file location
  • Design
  • Why not use JSON for RPC?
  • Why embed Lua instead of X?
  • Why Lua 5.1 instead of Lua 5.3+?
  • Will Neovim translate VimL to Lua, instead of executing VimL directly?
  • Are plugin authors encouraged to port their plugins from Vimscript to Lua? Do you plan on supporting Vimscript indefinitely? (#1152)