mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-05 18:01:32 +00:00
git/hunk-nvim: add missing UI dependency
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69645f227bef24e5e8481dcd4727623e710f
This commit is contained in:
parent
b89ed91405
commit
79d5661547
1 changed files with 7 additions and 1 deletions
|
@ -9,10 +9,16 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = [
|
||||
# dependencies
|
||||
"nui-nvim" # ui library
|
||||
"nvim-web-devicons" # glyphs
|
||||
];
|
||||
|
||||
lazy.plugins = {
|
||||
"hunk-nvim" = {
|
||||
package = "hunk-nvim";
|
||||
setupModule = "gitlinker";
|
||||
setupModule = "hunk-nvim";
|
||||
inherit (cfg) setupOpts;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue