plugins.harpoon.enable

Whether to enable harpoon.

Type: boolean

Default: false

Example: true

Declared by:

plugins.harpoon.enableTelescope

Whether to enable telescope integration.

Type: boolean

Default: false

Example: true

Declared by:

plugins.harpoon.package

Which package to use for the harpoon plugin.

Type: package

Default: <derivation vimplugin-harpoon-2023-12-26>

Declared by:

plugins.harpoon.enterOnSendcmd

Sets harpoon to run the command immediately as it’s passed to the terminal when calling sendCommand.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.harpoon.excludedFiletypes

Filetypes that you want to prevent from adding to the harpoon list menu.

Type: null or (list of string)

Default: null

Plugin default: ["harpoon"]

Declared by:

plugins.harpoon.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.harpoon.keymapsSilent

Whether harpoon keymaps should be silent.

Type: boolean

Default: false

Declared by:

plugins.harpoon.markBranch

Set marks specific to each git branch inside git repository.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.harpoon.saveOnChange

Saves the harpoon file upon every change. disabling is unrecommended.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

plugins.harpoon.saveOnToggle

Sets the marks upon calling toggle on the ui, instead of require :w.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.harpoon.tmuxAutocloseWindows

Closes any tmux windows harpoon that harpoon creates when you close Neovim.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: