Hi! Love the colorscheme 馃槃 I've noticed an intermittent issue that occurs sometimes on load, where it seems like Silkcircuit loads before Snacks and the plugin code fails. This is with the recommended LazyVim config. Let me know if there's an easy change I can make here to fix this!!
Failed to run `config` for lualine.nvim
...local/share/nvim/lazy/LazyVim/lua/lazyvim/plugins/ui.lua:111: attempt to index global 'Snacks' (a nil value)
# stacktrace:
- /LazyVim/lua/lazyvim/plugins/ui.lua:111 _in_ **values**
- /silkcircuit-nvim/lua/silkcircuit/integrations/init.lua:257 _in_ **load**
- /silkcircuit-nvim/lua/silkcircuit/init.lua:52 _in_ **load**
- lua:1
- ~/.config/nvim/lua/plugins/customize.lua:7 _in_ **config**
- ~/.config/nvim/lua/config/lazy.lua:17
Hi! Love the colorscheme 馃槃 I've noticed an intermittent issue that occurs sometimes on load, where it seems like Silkcircuit loads before Snacks and the plugin code fails. This is with the recommended LazyVim config. Let me know if there's an easy change I can make here to fix this!!