Skip to content

Commit 01090d3

Browse files
authored
vimPlugins.floating-nvim: remove plugin (#359493)
2 parents a605d06 + c5461ec commit 01090d3

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

pkgs/applications/editors/vim/plugins/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ mapAliases (with prev; {
6969
eighties = vim-eighties;
7070
extradite = vim-extradite;
7171
fugitive = vim-fugitive;
72+
floating-nvim = throw "floating.nvim has been removed: abandoned by upstream. Use popup-nvim or nui-nvim"; # Added 2024-11-26
7273
ghc-mod-vim = ghcmod-vim;
7374
ghcmod = ghcmod-vim;
7475
goyo = goyo-vim;

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,18 +4103,6 @@ final: prev:
41034103
meta.homepage = "https://github.com/liangxianzhe/floating-input.nvim/";
41044104
};
41054105

4106-
floating-nvim = buildVimPlugin {
4107-
pname = "floating.nvim";
4108-
version = "2021-07-19";
4109-
src = fetchFromGitHub {
4110-
owner = "fhill2";
4111-
repo = "floating.nvim";
4112-
rev = "11e75c2a201b9d73f03bd3c2db1fc94021c231eb";
4113-
sha256 = "172ak3macqmkz4jvic1xcnfpp6wafq33afyvcx4za170qh30sydj";
4114-
};
4115-
meta.homepage = "https://github.com/fhill2/floating.nvim/";
4116-
};
4117-
41184106
floobits-neovim = buildVimPlugin {
41194107
pname = "floobits-neovim";
41204108
version = "2021-10-18";

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@ https://github.com/felipeagc/fleet-theme-nvim/,,
340340
https://github.com/ggandor/flit.nvim/,HEAD,
341341
https://github.com/ncm2/float-preview.nvim/,,
342342
https://github.com/liangxianzhe/floating-input.nvim/,HEAD,
343-
https://github.com/fhill2/floating.nvim/,,
344343
https://github.com/floobits/floobits-neovim/,,
345344
https://github.com/nvim-flutter/flutter-tools.nvim/,HEAD,
346345
https://github.com/nvim-focus/focus.nvim/,HEAD,

0 commit comments

Comments
 (0)