From a2f6d8db5205160e093855d326420d59b1dea32b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 9 Aug 2023 16:05:26 +0200 Subject: [PATCH] vimPlugins.lspsaga-nvim-original: mark as deprecated --- pkgs/applications/editors/vim/plugins/deprecated.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/deprecated.json b/pkgs/applications/editors/vim/plugins/deprecated.json index 8340e91aeed6..473a981c1764 100644 --- a/pkgs/applications/editors/vim/plugins/deprecated.json +++ b/pkgs/applications/editors/vim/plugins/deprecated.json @@ -11,6 +11,10 @@ "date": "2020-03-27", "new": "vim-gist" }, + "lspsaga-nvim-original": { + "date": "2023-08-08", + "new": "lspsaga-nvim" + }, "lua-dev-nvim": { "date": "2022-10-20", "new": "neodev-nvim"