feat(nvim): add helpview plugin
This commit is contained in:
parent
4c82f7f76d
commit
f736721a1f
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ in
|
||||||
{ plugins.friendly-snippets.enable = true; }
|
{ plugins.friendly-snippets.enable = true; }
|
||||||
{ plugins.direnv.enable = true; }
|
{ plugins.direnv.enable = true; }
|
||||||
{ plugins.crates-nvim.enable = true; }
|
{ plugins.crates-nvim.enable = true; }
|
||||||
|
{
|
||||||
|
plugins.helpview.enable = true;
|
||||||
|
performance.combinePlugins.standalonePlugins = [ "helpview.nvim" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue