neovim¶
Description¶
Neovim is an extension of Vim: feature-parity and backwards-compatibility are high priorities. If you already use Vim, see :help nvim-from-vim to learn about the differences. GUIs can nvim --embed or communicate via named pipe using the discoverable msgpack API. The msgpack API enables structured communication to and from any programming language. Remote plugins run as co-processes that communicate with Neovim safely and asynchronously.
Better out-of-the-box: * Strong defaults * Modern terminal features such as cursor styling, truecolor and bracketed paste * Built-in terminal emulator
Environment Modules¶
Run module spider neovim
to find out what environment modules are available for this application.
Environment Variables¶
- HPC_NEOVIM_DIR - installation directory
- HPC_NEOVIM_BIN - executable directory
Additional Usage Information¶
Note: neovim/*.dev module is built from the https://github.com/neovim/neovim pre-release code. Use the latest non-dev env module if you would like to use a stable neovim release.
Categories¶
programming, shell