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

lsp-lines

URL: https://git.sr.ht/~whynothugo/lsp_lines.nvim

Maintainers: Matt Sturgeon


A simple neovim plugin that renders diagnostics using virtual lines on top of the real line of code.

plugins.lsp-lines.enable

Whether to enable lsp-lines.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.lsp-lines.package

The lsp-lines package to use.

Type: package

Default:

pkgs.vimPlugins.lsp_lines-nvim

Declared by:

plugins.lsp-lines.autoLoad

Whether to automatically load lsp-lines when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.lsp-lines.callSetup

Whether to generate the standard require('lsp_lines').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: