vimPlugins.noice-nvim: init at 2022-10-04

This commit is contained in:
figsoda 2022-10-04 17:03:00 -04:00 committed by Matthieu Coudron
parent 590b1f6f1f
commit c0a4495169
3 changed files with 17 additions and 0 deletions

View File

@ -5109,6 +5109,18 @@ final: prev:
meta.homepage = "https://github.com/mcchrish/nnn.vim/";
};
noice-nvim = buildVimPluginFrom2Nix {
pname = "noice.nvim";
version = "2022-10-04";
src = fetchFromGitHub {
owner = "folke";
repo = "noice.nvim";
rev = "15f3bbd607feee3dd4ea255ea2344c3d7d647406";
sha256 = "0kps8h4wrlidkjlklmhwdxabgfkb57qr5qmmn3b0bzlqamph21f7";
};
meta.homepage = "https://github.com/folke/noice.nvim/";
};
nord-vim = buildVimPluginFrom2Nix {
pname = "nord-vim";
version = "2022-05-31";

View File

@ -612,6 +612,10 @@ self: super: {
dependencies = with self; [ plenary-nvim ];
});
noice-nvim = super.noice-nvim.overrideAttrs(old: {
dependencies = with self; [ nui-nvim nvim-notify ];
});
null-ls-nvim = super.null-ls-nvim.overrideAttrs (old: {
dependencies = with self; [ plenary-nvim ];
});

View File

@ -429,6 +429,7 @@ https://github.com/EdenEast/nightfox.nvim/,,
https://github.com/zah/nim.vim/,,
https://github.com/tjdevries/nlua.nvim/,,
https://github.com/mcchrish/nnn.vim/,,
https://github.com/folke/noice.nvim/,HEAD,
https://github.com/arcticicestudio/nord-vim/,,
https://github.com/shaunsingh/nord.nvim/,,
https://github.com/andersevenrud/nordic.nvim/,,