From ebbeb89b4283125cd89e51debc41c45d86807d45 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Fri, 8 Nov 2024 14:34:56 +0300 Subject: [PATCH] filetree/neo-tree: rename deprecated `nvimWebDevicons` option --- modules/plugins/filetree/neo-tree/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/filetree/neo-tree/config.nix b/modules/plugins/filetree/neo-tree/config.nix index 13da035..208fe29 100644 --- a/modules/plugins/filetree/neo-tree/config.nix +++ b/modules/plugins/filetree/neo-tree/config.nix @@ -24,7 +24,7 @@ in { cmd = ["Neotree"]; }; - visuals.nvimWebDevicons.enable = true; + visuals.nvim-web-devicons.enable = true; }; }; }