mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-24 04:15:18 +00:00
ui/noice: lazyload on DeferredUIEnter
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Icbff8af3a0fc527f399530718e2ef7cc6a6a6964
This commit is contained in:
parent
26edb440af
commit
a81aa0f691
2 changed files with 8 additions and 13 deletions
|
|
@ -9,9 +9,7 @@
|
|||
in {
|
||||
config = mkIf cfg.enable {
|
||||
vim = {
|
||||
startPlugins = ["nvim-web-devicons"];
|
||||
|
||||
vim.lazy.plugins.icon-picker-nvim = {
|
||||
lazy.plugins.icon-picker-nvim = {
|
||||
package = "nvim-web-devicons";
|
||||
setupModule = "nvim-web-devicons";
|
||||
event = ["DeferredUIEnter"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue