I change the "mark_style" using the menu command and it is still in underline more. I have installed pep8 linting, anaconda, gitgutter etc
Asked
Active
Viewed 213 times
1 Answers
1
I don't have anaconda installed (but I had) and it works as expected!
Anaconda also provides pep8/linting features, you should consider disable the linting features of anaconda if you have SublimeLinter installed.
This can be achieved by setting...
/*
Set is a false to disable Anaconda Linting totally
*/
"anaconda_linting": false,
More Infos about configure anaconda: http://damnwidget.github.io/anaconda/anaconda_settings
The actual configuration file: https://github.com/DamnWidget/anaconda/blob/a85b3c505484dfb116470757dadd1e4a9742b276/Anaconda.sublime-settings

Mathias
- 6,777
- 2
- 20
- 32
-
it turns out I have not installed pep8 and used anaconda's linting using outlines – Nikos Feb 13 '15 at 15:34
-
@Nikos But you have now anacondas linting feature disabled? – Mathias Feb 13 '15 at 15:44
-
it was anacond's linting from the start which used outline mark. Sublimelinter did not work because I have not pip install pep08. This is why my user settings for sublimelinter were not respected. I disabled the anaconda and installed pip08 and everything works. Basically your answer is half correct because the context of my problem was not completely described. – Nikos Feb 15 '15 at 13:18