vimPlugins.demicolon-nvim: init at 2025-04-25
This commit is contained in:
@@ -3950,6 +3950,19 @@ final: prev: {
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
demicolon-nvim = buildVimPlugin {
|
||||
pname = "demicolon.nvim";
|
||||
version = "2025-04-25";
|
||||
src = fetchFromGitHub {
|
||||
owner = "mawkler";
|
||||
repo = "demicolon.nvim";
|
||||
rev = "8d79e527dbbef9de06405a30258b8d752c0638c4";
|
||||
sha256 = "1mcn8pidpnh0fhyigzc4y4a349lgarry082y2nx39qzm2pvw0g2i";
|
||||
};
|
||||
meta.homepage = "https://github.com/mawkler/demicolon.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
denite-extra = buildVimPlugin {
|
||||
pname = "denite-extra";
|
||||
version = "2019-03-29";
|
||||
|
||||
@@ -1006,6 +1006,13 @@ in
|
||||
dependencies = [ self.nvim-yarp ];
|
||||
};
|
||||
|
||||
demicolon-nvim = super.demicolon-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
nvim-treesitter
|
||||
nvim-treesitter-textobjects
|
||||
];
|
||||
};
|
||||
|
||||
denops-vim = super.denops-vim.overrideAttrs {
|
||||
postPatch = ''
|
||||
# Use Nix's Deno instead of an arbitrary install
|
||||
|
||||
@@ -302,6 +302,7 @@ https://github.com/kristijanhusak/defx-git/,,
|
||||
https://github.com/kristijanhusak/defx-icons/,,
|
||||
https://github.com/Shougo/defx.nvim/,,
|
||||
https://github.com/Raimondi/delimitMate/,,
|
||||
https://github.com/mawkler/demicolon.nvim/,HEAD,
|
||||
https://github.com/neoclide/denite-extra/,,
|
||||
https://github.com/neoclide/denite-git/,,
|
||||
https://github.com/Shougo/denite.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user