nvim-qt(1)
Neovim GUI
Description
NVIM-QT
NAME
nvim-qt - Neovim GUI
SYNOPSIS
nvim-qt [options] [file...] [-- ...]
OPTIONS
--nvim <nvim_path>
nvim executable path
--timeout <ms>
Error if nvim does not responde after count milliseconds
--geometry <width>x<height>
Set initial window geometry
--stylesheet <stylesheet>
Apply qss stylesheet from file
--maximized
Maximize the window on startup
--no-ext-tabline
Disable the external GUI tabline
--no-ext-popupmenu
Disable the external GUI popup menu
--fullscreen
Open the window in fullscreen on startup
--embed
Communicate with Neovim over stdin/out
--server <addr>
Connect to existing Neovim instance
--spawn
Treat positional arguments as the nvim argv
-v, --version
Displays version information.
-h, --help
Displays this help.
--nofork
Run in foreground
Arguments:
|
file |
Edit specified file(s) |
|||
|
... |
Additional arguments are forwarded to Neovim |