mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-03 22:04:31 +02:00
plugins/nvim-lsp/trouble: typo (#192)
This commit is contained in:
parent
1feb9376b7
commit
29764b28af
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ in
|
||||||
auto_preview = cfg.autoPreview;
|
auto_preview = cfg.autoPreview;
|
||||||
auto_fold = cfg.autoFold;
|
auto_fold = cfg.autoFold;
|
||||||
auto_jump = cfg.autoJump;
|
auto_jump = cfg.autoJump;
|
||||||
inherit signs;
|
inherit (cfg) signs;
|
||||||
use_diagnostic_signs = cfg.useDiagnosticSigns;
|
use_diagnostic_signs = cfg.useDiagnosticSigns;
|
||||||
}
|
}
|
||||||
// cfg.extraOptions;
|
// cfg.extraOptions;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue