vimPlugins.ferris-nvim: init at 2023-10-21
This commit is contained in:
parent
9b6a9a3ea7
commit
cf965856d4
2 changed files with 13 additions and 0 deletions
|
@ -3333,6 +3333,18 @@ 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";
|
||||
|
|
|
@ -277,6 +277,7 @@ 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,
|
||||
|
|
Loading…
Reference in a new issue