Hey, thanks for your work! For the lazy.nvim installation, it should be lazy = false; that way it loads first. From the lazy docs for the priority setting:
Only useful for start plugins (lazy=false) to force loading certain plugins first. Default priority is 50. It's recommended to set this to a high number for colorschemes.
Hey, thanks for your work! For the lazy.nvim installation, it should be
lazy = false
; that way it loads first. From the lazy docs for thepriority
setting: