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

roslyn

URL: https://github.com/seblyng/roslyn.nvim/

Maintainers: Austin Horstman

plugins.roslyn.enable

Whether to enable roslyn.

Type: boolean

Default: false

Example: true

Declared by:

plugins.roslyn.package

The roslyn package to use.

Type: package

Default: pkgs.vimPlugins.roslyn-nvim

Declared by:

plugins.roslyn.autoLoad

Whether to automatically load roslyn when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.roslyn.settings

Options provided to the require('roslyn').setup function.

Type: open submodule of attribute set of anything

Default: { }

Example:

{
  broad_search = true;
  lock_target = true;
  silent = true;
}

Declared by: