Skip to content

Releases: kaste/SublimeLinter-addon-toggler

0.4.0

06 Nov 11:49
Compare
Choose a tag to compare

Implement persisting in the project file. To use that change the command, for example:

  {
    "keys": ["ctrl+k", "ctrl+t"],
    "command": "sublime_linter_addon_toggle_linters",
    "args": {"persist": "project"}
  },