Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

vim-hypr-nav

URL: https://github.com/nuchs/vim-hypr-nav/


Seamless navigation between hyprland windows and (Neo)Vim splits with the same key bindings.

plugins.vim-hypr-nav.enable

Whether to enable vim-hypr-nav.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.vim-hypr-nav.package

The vim-hypr-nav package to use.

Type: package

Default:

pkgs.vimPlugins.vim-hypr-nav

Declared by:

plugins.vim-hypr-nav.autoLoad

Whether to automatically load vim-hypr-nav when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.vim-hypr-nav.callSetup

Whether to generate the standard require('vim-hypr-nav').setup(...) call for this plugin.

Explicitly set to true to force calling .setup().

Caution

A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real vim-hypr-nav Lua module.

Type: boolean

Default:

false

Declared by: