mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
vimPlugins.endec-nvim: init at 2025-04-07 (#415024)
This commit is contained in:
commit
8676d1b1a2
2 changed files with 14 additions and 0 deletions
|
@ -4656,6 +4656,19 @@ final: prev: {
|
|||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
endec-nvim = buildVimPlugin {
|
||||
pname = "endec.nvim";
|
||||
version = "2025-04-07";
|
||||
src = fetchFromGitHub {
|
||||
owner = "ovk";
|
||||
repo = "endec.nvim";
|
||||
rev = "3765f250064040725fa637e9a308253e1421b1fd";
|
||||
sha256 = "088fv7yag7phpwxrmcq82mgy1fin6zcsyb6cz853z22hsn4zb7z5";
|
||||
};
|
||||
meta.homepage = "https://github.com/ovk/endec.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
errormarker-vim = buildVimPlugin {
|
||||
pname = "errormarker.vim";
|
||||
version = "2015-01-26";
|
||||
|
|
|
@ -356,6 +356,7 @@ https://github.com/dmix/elvish.vim/,,
|
|||
https://github.com/embark-theme/vim/,,embark-vim
|
||||
https://github.com/mattn/emmet-vim/,,
|
||||
https://github.com/vim-scripts/emodeline/,,
|
||||
https://github.com/ovk/endec.nvim/,HEAD,
|
||||
https://github.com/vim-scripts/errormarker.vim/,,
|
||||
https://github.com/hachy/eva01.vim/,,
|
||||
https://github.com/sainnhe/everforest/,,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue