vimPlugins.floating-nvim: remove plugin (#359493)

This commit is contained in:
Gaétan Lepage 2024-11-27 08:39:25 +01:00 committed by GitHub
commit 01090d3c9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 13 deletions

View File

@ -69,6 +69,7 @@ mapAliases (with prev; {
eighties = vim-eighties;
extradite = vim-extradite;
fugitive = vim-fugitive;
floating-nvim = throw "floating.nvim has been removed: abandoned by upstream. Use popup-nvim or nui-nvim"; # Added 2024-11-26
ghc-mod-vim = ghcmod-vim;
ghcmod = ghcmod-vim;
goyo = goyo-vim;

View File

@ -4103,18 +4103,6 @@ final: prev:
meta.homepage = "https://github.com/liangxianzhe/floating-input.nvim/";
};
floating-nvim = buildVimPlugin {
pname = "floating.nvim";
version = "2021-07-19";
src = fetchFromGitHub {
owner = "fhill2";
repo = "floating.nvim";
rev = "11e75c2a201b9d73f03bd3c2db1fc94021c231eb";
sha256 = "172ak3macqmkz4jvic1xcnfpp6wafq33afyvcx4za170qh30sydj";
};
meta.homepage = "https://github.com/fhill2/floating.nvim/";
};
floobits-neovim = buildVimPlugin {
pname = "floobits-neovim";
version = "2021-10-18";

View File

@ -340,7 +340,6 @@ https://github.com/felipeagc/fleet-theme-nvim/,,
https://github.com/ggandor/flit.nvim/,HEAD,
https://github.com/ncm2/float-preview.nvim/,,
https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
https://github.com/fhill2/floating.nvim/,,
https://github.com/floobits/floobits-neovim/,,
https://github.com/nvim-flutter/flutter-tools.nvim/,HEAD,
https://github.com/nvim-focus/focus.nvim/,HEAD,