Skip to content

Commit

Permalink
vimPlugins.noice-nvim: init at 2022-10-04
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored and teto committed Oct 5, 2022
1 parent 590b1f6 commit c0a4495
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
4 changes: 4 additions & 0 deletions pkgs/applications/editors/vim/plugins/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
});
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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/,,
Expand Down

0 comments on commit c0a4495

Please sign in to comment.