Difference between revisions of "Neovim"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:editorCategory:textCategory:ideCategory:vim {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|neovim}} |{{#vardefine:url|https:/...") |
Moskalenko (talk | contribs) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Programming]][[Category:Shell]][[Category:Utility]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|neovim}} | |{{#vardefine:app|neovim}} | ||
Line 5: | Line 5: | ||
<!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | <!--CONFIGURATION: OPTIONAL (|1}} means it's ON)--> | ||
|{{#vardefine:conf|}} <!--CONFIGURATION--> | |{{#vardefine:conf|}} <!--CONFIGURATION--> | ||
− | |{{#vardefine:exe|}} <!--ADDITIONAL INFO--> | + | |{{#vardefine:exe|1}} <!--ADDITIONAL INFO--> |
|{{#vardefine:job|}} <!--JOB SCRIPTS--> | |{{#vardefine:job|}} <!--JOB SCRIPTS--> | ||
|{{#vardefine:policy|}} <!--POLICY--> | |{{#vardefine:policy|}} <!--POLICY--> | ||
Line 24: | Line 24: | ||
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | ||
==System Variables== | ==System Variables== | ||
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== | ||
Line 32: | Line 32: | ||
{{#if: {{#var: exe}}|==Additional Information== | {{#if: {{#var: exe}}|==Additional Information== | ||
− | + | ;Note: neovim/*.dev module is built from the [https://github.com/neovim/neovim 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. | |
|}} | |}} |
Latest revision as of 20:24, 2 February 2024
Description
Neovim is literally the future of Vim. 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.
Environment Modules
Run module spider neovim
to find out what environment modules are available for this application.
System Variables
- HPC_NEOVIM_DIR - installation directory
Additional 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.