vimPlugins.nvim-nu: init at 2023-01-03

This commit is contained in:
"Alexander Sieg" 2023-02-18 14:22:53 +01:00 committed by Alexander Sieg
parent 161f4d3652
commit 3729faa458
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

View File

@ -6309,6 +6309,18 @@ final: prev:
meta.homepage = "https://github.com/rcarriga/nvim-notify/";
};
nvim-nu = buildVimPluginFrom2Nix {
pname = "nvim-nu";
version = "2023-01-03";
src = fetchFromGitHub {
owner = "LhKipp";
repo = "nvim-nu";
rev = "1aad12e866f6d53dd5ec31ada79767199334a4ca";
sha256 = "022gmlrncbs46fqkbcnc4y8jyfasqac5nd09qq1qxdjgkw4924kj";
};
meta.homepage = "https://github.com/LhKipp/nvim-nu/";
};
nvim-osc52 = buildVimPluginFrom2Nix {
pname = "nvim-osc52";
version = "2023-02-16";

View File

@ -531,6 +531,7 @@ https://github.com/smiteshp/nvim-navic/,HEAD,
https://github.com/AckslD/nvim-neoclip.lua/,,
https://github.com/yamatsum/nvim-nonicons/,,
https://github.com/rcarriga/nvim-notify/,,
https://github.com/LhKipp/nvim-nu/,HEAD,
https://github.com/ojroques/nvim-osc52/,,
https://github.com/gennaro-tedesco/nvim-peekup/,,
https://github.com/olrtg/nvim-rename-state/,HEAD,