plugins/neo-tree: fix file icons

This commit is contained in:
jacekpoz 2024-10-04 13:08:30 +02:00
commit 67a4ad87d0
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View file

@ -20,6 +20,8 @@ in {
"neo-tree-nvim"
];
visuals.nvimWebDevicons.enable = true;
pluginRC.neo-tree = entryAnywhere ''
require("neo-tree").setup(${toLuaObject cfg.setupOpts})
'';