mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-10 20:23:30 +00:00
dev: cleanup
This commit is contained in:
parent
c766e8cf27
commit
7f7926fbbb
2 changed files with 186 additions and 181 deletions
|
@ -260,10 +260,12 @@ with builtins; {
|
|||
|
||||
severity = mkOption {
|
||||
description = "Severity for which the diagnostics will be displayed. See `:help diagnostic-severity`";
|
||||
|
||||
default = {
|
||||
min = "HINT";
|
||||
max = "ERROR";
|
||||
};
|
||||
|
||||
type = types.submodule {
|
||||
options = {
|
||||
min = mkOption {
|
||||
|
@ -306,7 +308,7 @@ with builtins; {
|
|||
'';
|
||||
};
|
||||
|
||||
timeOut = mkOption {
|
||||
timeout = mkOption {
|
||||
type = types.int;
|
||||
default = 400;
|
||||
description = ''
|
||||
|
@ -472,6 +474,7 @@ with builtins; {
|
|||
|
||||
float = mkOption {
|
||||
description = "Configuration options for floating window.";
|
||||
|
||||
default = {
|
||||
enable = false;
|
||||
quitOnFocusLoss = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue