You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems since v0.6.5 goneovim reads settings from settings.toml instead of setting.toml. When I updated smooth scrolling and other features stopped working and it seems it was because of this change.
After moving setting.toml to settings.toml the issue was solved but since I did not see mention of this anywhere else I decided to post the issue here.
Suggestion
Maybe it would be a good idea to create a default settings.toml if none is found.
The text was updated successfully, but these errors were encountered:
Currently goneovim has a behavior specification that reads settings.toml if setting.toml does not exist.
This is due to the need for a transition period related to the specification when changing the config file name from setting.toml to settings.toml in the past.
I imagine that this may have surfaced in your environment because v0.6.5 changed the specification regarding the location of the Windows settings file.
I will remove the setting.toml loading process in v0.6.6.
It seems since
v0.6.5
goneovim reads settings fromsettings.toml
instead ofsetting.toml
. When I updated smooth scrolling and other features stopped working and it seems it was because of this change.After moving
setting.toml
tosettings.toml
the issue was solved but since I did not see mention of this anywhere else I decided to post the issue here.Suggestion
Maybe it would be a good idea to create a default
settings.toml
if none is found.The text was updated successfully, but these errors were encountered: