Closed facundoolano closed 4 years ago
any update on this issue? Atom-parinfer fixes the file on opening it, and i really miss it on sublime.
If help is needed, ill be glad to try!
I'm not seeing this behavior on my machine.
Can you confirm that .clj
file extensions are listed when you go to Preferences > Package Settings > Parinfer
?
@oakmac yes it is
it seems that's the reason: SublimeTextIssues/Core#5 On startup, because the plugin will only load after the view, we can't rely on the event handle on_load. Looking further, view.begin_edit() was deprecated in ST3, and it is causing a TypeError.
When I start Sublime with some open
.clj
files from a previous session, Parinfer doesn't turn on by default, I have to manually enable it with Ctrl+) on each file.