"sublimelinter_wrap_find": false Troubleshooting If a linter does not seem to be working, you can check the ST2 console to see if it was enabled. When SublimeLinter is loaded, you will see messages in the console like this: Reloading plugin /Users/aparajita/Library/Application Support/Sublime...
<key>findHighlight</key> <string>#ffe792</string> <key>findHighlightForeground</key> <string>#000000</string> <key>foreground</key> <string>#49483e</string> <key>invisibles</key> <string>#3b3a32</string> <key>lineHighlight</key> <string>#e6e3c4</string> <key>selection</key> ...
After installing Node.js, if the Node.js executable ("node" on Mac OS X, "node.exe" on Windows) cannot be found by SublimeLinter, you may have to set the path to the executable in the "sublimelinter_executable_map" setting. See the "Configuring" section below for info on Sublime...