plugins/efmls-configs: avoid reading HTML & JSON aliases
f0764db721added rename aliases for the HTML and JSON options, which print a trace when evaluated: trace: Obsolete option `HTML' is used. It was renamed to `html'. trace: Obsolete option `JSON' is used. It was renamed to `json'. These were correctly removed when introspecting enabled tools, however they were not removed when constructing the "setup options" to serialise as a lua table. (cherry picked from commitb831550ec8)
This commit is contained in:
parent
b09935ccf1
commit
684cad64bf
1 changed files with 3 additions and 0 deletions
|
|
@ -182,7 +182,10 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
(
|
||||
builtins.removeAttrs cfg.setup [
|
||||
"all"
|
||||
# Rename aliases added 2025-06-25 in https://github.com/nix-community/nixvim/pull/3503
|
||||
"warnings"
|
||||
"HTML"
|
||||
"JSON"
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue