SublimeLinter/SublimeLinter-html-tidy

Path setup in Sublime Text 2

mohanr opened this issue · 2 comments

I have installed Tidy. And then installed this linter.

After that according to http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable I need to set the path to Tidy in Sublime User settings.

{
    "paths": {
        "linux": [],
        "osx": [
            "~/.rbenv/shims"
        ],
        "windows": []
    }
}

I am assuming these are the correct steps.

My Sublime User settings already has this.

{
    "ignored_packages":
    [
        "Vintage"
    ]
}

Does anyone know where in this the new 'paths' should be added ?

Could you tell me which OS that you are using please? The exact setup is OS-specific. In most cases, it should work as-is, presuming that you didn't install it in a non-default location.

Closing because no updates have taken place in over a month.