mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
vimPlugins: ferris-nvim -> rustaceanvim
This commit is contained in:
parent
fa28b174ca
commit
db1bfc4d8f
@ -3333,18 +3333,6 @@ final: prev:
|
||||
meta.homepage = "https://github.com/wincent/ferret/";
|
||||
};
|
||||
|
||||
ferris-nvim = buildNeovimPlugin {
|
||||
pname = "ferris.nvim";
|
||||
version = "2023-11-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrcjkb";
|
||||
repo = "ferris.nvim";
|
||||
rev = "54943eaeb0d4534988d2378936052655c988c3c2";
|
||||
sha256 = "o4yY4IHYBCnanfy7dx/wGdiPFMLMKZsYrG2SqlPRvdI=";
|
||||
};
|
||||
meta.homepage = "https://github.com/mrcjkb/ferris.nvim/";
|
||||
};
|
||||
|
||||
fidget-nvim = buildVimPlugin {
|
||||
pname = "fidget.nvim";
|
||||
version = "2023-06-10";
|
||||
@ -16141,6 +16129,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/rose-pine/neovim/";
|
||||
};
|
||||
|
||||
rustaceanvim = buildNeovimPlugin {
|
||||
pname = "rustaceanvim";
|
||||
version = "2023-10-22";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mrcjkb";
|
||||
repo = "rustaceanvim";
|
||||
rev = "c85f287896c94791479aeddf28fc47c62b63a5aa";
|
||||
sha256 = "CcBITd6/BZeBu85Vz3tjWtD0yuAn6I8rUX7vxMyX6WI=";
|
||||
};
|
||||
meta.homepage = "https://github.com/mrcjkb/rustaceanvim/";
|
||||
};
|
||||
|
||||
samodostal-image-nvim = buildVimPlugin {
|
||||
pname = "samodostal-image-nvim";
|
||||
version = "2023-06-08";
|
||||
|
@ -277,7 +277,6 @@ https://github.com/freddiehaddad/feline.nvim/,,
|
||||
https://github.com/bakpakin/fennel.vim/,,
|
||||
https://github.com/lambdalisue/fern.vim/,,
|
||||
https://github.com/wincent/ferret/,,
|
||||
https://github.com/mrcjkb/ferris.nvim/,HEAD,
|
||||
https://github.com/j-hui/fidget.nvim/,legacy,
|
||||
https://github.com/bogado/file-line/,,
|
||||
https://github.com/glacambre/firenvim/,HEAD,
|
||||
@ -364,6 +363,7 @@ https://github.com/cocopon/iceberg.vim/,,
|
||||
https://github.com/idris-hackers/idris-vim/,,
|
||||
https://github.com/edwinb/idris2-vim/,,
|
||||
https://github.com/3rd/image.nvim/,HEAD,
|
||||
https://github.com/mrcjkb/rustaceanvim/,HEAD,
|
||||
https://github.com/samodostal/image.nvim/,HEAD,samodostal-image-nvim
|
||||
https://github.com/lewis6991/impatient.nvim/,,
|
||||
https://github.com/smjonas/inc-rename.nvim/,HEAD,
|
||||
|
Loading…
Reference in New Issue
Block a user