Changing color does not work when Lazy loading #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
Currently when lazy loading the plugin the color does not get applied.
This is because this is propagated by an autocommand.
Example config:
(comment out -- lazy = false --> colorworks, commented out it does not.)
This could be easily fixed by adding an extra call to setup the colorscheme here:
supermaven-inc/supermaven-nvim@ef3bd1a6b6/lua/supermaven-nvim/document_listener.lua (L43)