vimPlugins.floating-nvim: remove plugin
Abandoned upstream because functionality in neovim has improved and nui-nvim has replaced it.
This commit is contained in:
parent
9cd16e9bd8
commit
c5461ecc19
@ -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;
|
||||
|
@ -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";
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user