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
Improved adherence to style guides, with help from Andrey Yorst.
Use undo-amalgamate to have a better undo experience. Thanks to Andrey Yorst for the help.
Defer check for library until parinfer-rust-mode is enabled. Thanks to Chris Rayner for the suggestion.
Add option to run parinfer in immediate or deferred mode. This will check for indentation errors in the buffer and try to correct them. This will happen either as soon as the buffer opens or as soon as the first change occurs to the buffer.
Updated docs
Improved tests
Bug fixes
Improved byte-compiler warnings. Thanks to Chris Rayner for the suggestions.
Added check to download parinfer-rust library if it does not exist during byte compilation