feat(nvim): add helpview plugin

nixos
Moritz Böhme 2024-10-17 13:03:45 +02:00
parent 4c82f7f76d
commit f736721a1f
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ in
{ plugins.friendly-snippets.enable = true; }
{ plugins.direnv.enable = true; }
{ plugins.crates-nvim.enable = true; }
{
plugins.helpview.enable = true;
performance.combinePlugins.standalonePlugins = [ "helpview.nvim" ];
}
];
};
}