mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
I don't even know what's wrong anymore
This commit is contained in:
parent
05f3c653bf
commit
b90ec97fed
2 changed files with 17 additions and 15 deletions
|
@ -193,6 +193,7 @@ with builtins; {
|
|||
Show LSP and COC diagnostics in the signcolumn
|
||||
Note that the modified sign will take precedence over the diagnostics signs.
|
||||
'';
|
||||
|
||||
default = {
|
||||
enable = false;
|
||||
debounceDelay = 50;
|
||||
|
@ -211,6 +212,7 @@ with builtins; {
|
|||
max = "ERROR";
|
||||
};
|
||||
};
|
||||
|
||||
type = types.submodule {
|
||||
options = {
|
||||
enable = mkEnableOption "diagnostics";
|
||||
|
|
Loading…
Reference in a new issue