modules/nvim-tree: add nvim-web-devicons as dependency
This commit is contained in:
parent
02812ef960
commit
b96868c030
1 changed files with 2 additions and 1 deletions
|
@ -51,7 +51,6 @@ let cfg = config.plugins.navigation.nvim-tree; in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
plugin.nvim-tree-lua = {
|
plugin.nvim-tree-lua = {
|
||||||
name = "nvim-tree";
|
name = "nvim-tree";
|
||||||
package = cfg.package;
|
package = cfg.package;
|
||||||
|
@ -63,6 +62,8 @@ let cfg = config.plugins.navigation.nvim-tree; in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugin.nvim-web-devicons = lib.mkDefault { isDependency = true; };
|
||||||
|
|
||||||
vim.g = lib.mkIf cfg.disableNetrw {
|
vim.g = lib.mkIf cfg.disableNetrw {
|
||||||
loaded_netrw = 1;
|
loaded_netrw = 1;
|
||||||
loaded_netrwPlugin = 1;
|
loaded_netrwPlugin = 1;
|
||||||
|
|
Loading…
Reference in a new issue