nvim
TLDR
Open file
SYNOPSIS
nvim [options] [file...]
DESCRIPTION
nvim is Neovim, a modern Vim fork. Extensible text editor with Lua support.
The editor provides improved architecture over Vim. Better plugin system and async support.
nvim is hyperextensible Vim.
PARAMETERS
FILE
File(s) to edit.+LINE
Start at line number.-c COMMAND
Execute command after loading.-d
Diff mode.-R
Read-only mode.-u FILE
Use alternate config.--headless
Run without UI.--help
Display help information.
CAVEATS
Learning curve from Vim differences. Lua config preferred. Plugin ecosystem differs.
HISTORY
Neovim was forked from Vim in 2014 to modernize the codebase with better architecture.
