mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.unified-nvim: init at 2025-06-08
This commit is contained in:
parent
08fcb0dcb5
commit
2bb3e1c0e9
2 changed files with 14 additions and 0 deletions
|
@ -15315,6 +15315,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
unified-nvim = buildVimPlugin {
|
||||
pname = "unified.nvim";
|
||||
version = "2025-06-08";
|
||||
src = fetchFromGitHub {
|
||||
owner = "axkirillov";
|
||||
repo = "unified.nvim";
|
||||
rev = "0d8eebd3909b86ca30407d79b547a245185082c2";
|
||||
sha256 = "1r3pdh3rhlkrp9ykzxwaqrfww87dpa6b72kfvxf3j24firl0m9nv";
|
||||
};
|
||||
meta.homepage = "https://github.com/axkirillov/unified.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
unimpaired-nvim = buildVimPlugin {
|
||||
pname = "unimpaired.nvim";
|
||||
version = "2025-03-29";
|
||||
|
|
|
@ -1175,6 +1175,7 @@ https://github.com/altermo/ultimate-autopair.nvim/,HEAD,
|
|||
https://github.com/SirVer/ultisnips/,,
|
||||
https://github.com/mbbill/undotree/,,
|
||||
https://github.com/chrisbra/unicode.vim/,,
|
||||
https://github.com/axkirillov/unified.nvim/,HEAD,
|
||||
https://github.com/afreakk/unimpaired-which-key.nvim/,HEAD,
|
||||
https://github.com/tummetott/unimpaired.nvim/,HEAD,
|
||||
https://github.com/unisonweb/unison/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue