From 1ebc0020427fa3ba2e734049601e17522913a735 Mon Sep 17 00:00:00 2001 From: diniamo Date: Tue, 8 Oct 2024 22:57:46 +0200 Subject: [PATCH] deprecations: add entry for vsnip --- modules/extra/deprecations.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/extra/deprecations.nix b/modules/extra/deprecations.nix index 569d1267..c4ff4d30 100644 --- a/modules/extra/deprecations.nix +++ b/modules/extra/deprecations.nix @@ -31,6 +31,9 @@ in { vim.autocomplete.type has been removed in favor of per-plugin modules. You can enable nvim-cmp with vim.autocomplete.nvim-cmp.enable instead. '') + (mkRemovedOptionModule ["vim" "snippets" "vsnip" "enable"] '' + vim.snippets.vsnip.enable has been removed in favor of the more modern luasnip. + '') (mkRenamedOptionModule ["vim" "lsp" "lspkind" "mode"] ["vim" "lsp" "lspkind" "setupOpts" "mode"]) ]; }