1

Modules/Neovim: Add devdocs integration plugin

This commit is contained in:
2026-03-24 10:38:34 +01:00
parent 1f61e9958c
commit 2e78898c5a
2 changed files with 58 additions and 0 deletions

View File

@ -552,6 +552,21 @@ in {
};
};
devdocs = rec {
name = "devdocs";
pkg = pkgs.vimPlugins.devdocs-nvim;
lazy = true;
cmd = ["DevDocs"];
dependencies = [snacks];
config = mkDefaultConfig name;
# opts = {
# ensure_installed = [
# "c"
# "cpp"
# ];
# };
};
direnv = {
name = "direnv";
pkg = pkgs.vimPlugins.direnv-vim;
@ -2160,6 +2175,7 @@ in {
# dap # Debug adapter protocol # TODO:
# dap-ui # Debugger UI # TODO:
devdocs
diffview # Git diff # TODO: Check the keybindings
direnv # Automatically load local environments