vague2k / huez.nvim

All things color related. All Lua.
MIT License
102 stars 3 forks source link

Live preview not working for some users #30

Closed vague2k closed 1 month ago

vague2k commented 1 month ago

Currently trying to pinpoint what could cause this.

The path and file names have no changed since 1.0.0 started being written

akthe-at commented 1 month ago

I had to use Ctrl +n/p to make them load in live preview, even if I typed in the name.

vague2k commented 1 month ago

I had to use Ctrl +n/p to make them load in live preview, even if I typed in the name.

This was due to an oversight of me forgetting to include insert mode mappings which was fixed in the most recent commit at the time of me writing this reply. See if it works for you now.

Although a co-author of the plugin told me that he also has issues with the file being written to, but this could also be caused the issues described above.

I guess i'll wait and see if anyone has issues, if not ill consider this issue completed