mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 20:12:00 +00:00
visuals/nvim-web-devicons: fix lazy-loaded module name
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I74a6143d8d667410e20759114f3bfbc86a6a6964
This commit is contained in:
parent
ba22aa662a
commit
a315c01ff0
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
lazy.plugins.icon-picker-nvim = {
|
lazy.plugins.nvim-web-devicons = {
|
||||||
package = "nvim-web-devicons";
|
package = "nvim-web-devicons";
|
||||||
setupModule = "nvim-web-devicons";
|
setupModule = "nvim-web-devicons";
|
||||||
event = ["DeferredUIEnter"];
|
event = ["DeferredUIEnter"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue