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

distant

URL: https://github.com/chipsenkbeil/distant.nvim/

Maintainers: Gaetan Lepage


Edit files, run programs, and work with LSP on a remote machine from the comfort of your local environment.

plugins.distant.enable

Whether to enable distant.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.distant.package

The distant package to use.

Type: package

Default:

pkgs.vimPlugins.distant-nvim

Declared by:

plugins.distant.autoLoad

Whether to automatically load distant when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.distant.callSetup

Whether to generate the standard require('distant'):setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by: