vimPlugins.devdocs-nvim: init at 2025-03-09
This commit is contained in:
@@ -3961,6 +3961,19 @@ final: prev:
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
devdocs-nvim = buildVimPlugin {
|
||||
pname = "devdocs.nvim";
|
||||
version = "2025-03-09";
|
||||
src = fetchFromGitHub {
|
||||
owner = "maskudo";
|
||||
repo = "devdocs.nvim";
|
||||
rev = "1f39d611427af27befbf0edb3284ef0def830dd7";
|
||||
sha256 = "11adw0b3kg0324gvpk9kb0s9crkg1rp1pgqgr1v08sc5lix7wjc5";
|
||||
};
|
||||
meta.homepage = "https://github.com/maskudo/devdocs.nvim/";
|
||||
meta.hydraPlatforms = [ ];
|
||||
};
|
||||
|
||||
devdocs-vim = buildVimPlugin {
|
||||
pname = "devdocs.vim";
|
||||
version = "2018-08-27";
|
||||
|
||||
@@ -83,6 +83,8 @@
|
||||
cmake,
|
||||
icu,
|
||||
ncurses,
|
||||
# devdocs-nvim dependencies
|
||||
pandoc,
|
||||
# Preview-nvim dependencies
|
||||
md-tui,
|
||||
# sved dependencies
|
||||
@@ -1012,6 +1014,18 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
devdocs-nvim = super.devdocs-nvim.overrideAttrs {
|
||||
nvimSkipModule = [
|
||||
# Error initializing Devdocs state
|
||||
"devdocs.state"
|
||||
];
|
||||
runtimeDeps = [
|
||||
curl
|
||||
jq
|
||||
pandoc
|
||||
];
|
||||
};
|
||||
|
||||
diagram-nvim = super.diagram-nvim.overrideAttrs {
|
||||
dependencies = [ self.image-nvim ];
|
||||
};
|
||||
|
||||
@@ -303,6 +303,7 @@ https://github.com/carlitux/deoplete-ternjs/,,
|
||||
https://github.com/lighttiger2505/deoplete-vim-lsp/,,
|
||||
https://github.com/deoplete-plugins/deoplete-zsh/,,
|
||||
https://github.com/Shougo/deoplete.nvim/,,
|
||||
https://github.com/maskudo/devdocs.nvim/,HEAD,
|
||||
https://github.com/rhysd/devdocs.vim/,,
|
||||
https://github.com/vmchale/dhall-vim/,,
|
||||
https://github.com/onsails/diaglist.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user