mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
plugins: remove deprecations "after 24.11" or less
Signed-off-by: saygo-png <saygo.mail@proton.me>
This commit is contained in:
parent
be72c48997
commit
29ec33e1a8
86 changed files with 27 additions and 3578 deletions
|
|
@ -11,23 +11,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
|
||||
maintainers = [ maintainers.MattSturgeon ];
|
||||
|
||||
# TODO: Introduced 2024-06-25, remove after 24.11
|
||||
imports = [
|
||||
(mkRenamedOptionModule
|
||||
[
|
||||
"plugins"
|
||||
"lsp-lines"
|
||||
"currentLine"
|
||||
]
|
||||
[
|
||||
"diagnostic"
|
||||
"settings"
|
||||
"virtual_lines"
|
||||
"only_current_line"
|
||||
]
|
||||
)
|
||||
];
|
||||
|
||||
extraConfig = {
|
||||
# Strongly recommended by the plugin, to avoid duplication.
|
||||
diagnostic.settings.virtual_text = mkDefault false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue