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
|
|
@ -29,26 +29,6 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
};
|
||||
};
|
||||
|
||||
# TODO: Introduced 12-03-2022, remove 12-05-2022
|
||||
optionsRenamedToSettings = [
|
||||
"xdg"
|
||||
"autoStart"
|
||||
{
|
||||
old = "recommendedKeymaps";
|
||||
new = [
|
||||
"keymap"
|
||||
"recommended"
|
||||
];
|
||||
}
|
||||
{
|
||||
old = "alwaysComplete";
|
||||
new = [
|
||||
"completion"
|
||||
"always"
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
callSetup = false;
|
||||
settingsOptions = {
|
||||
auto_start = lib.nixvim.mkNullOrOption (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue