mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/diagnostic: rename diagnostic.config
-> diagnostic.settings
Follow up to #3226, in line with the decisions made in #3254.
This commit is contained in:
parent
405a564f3d
commit
1df98b6636
4 changed files with 14 additions and 8 deletions
|
@ -25,7 +25,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
]
|
||||
[
|
||||
"diagnostic"
|
||||
"config"
|
||||
"settings"
|
||||
"virtual_lines"
|
||||
"only_current_line"
|
||||
]
|
||||
|
@ -34,6 +34,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
extraConfig = {
|
||||
# Strongly recommended by the plugin, to avoid duplication.
|
||||
diagnostic.config.virtual_text = mkDefault false;
|
||||
diagnostic.settings.virtual_text = mkDefault false;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue