Ale: How to disable sign column

Created on 15 Oct 2017  路  1Comment  路  Source: dense-analysis/ale

Syntastic has this option to disable sign column: let g:syntastic_enable_signs = 0
I'm switching to ale and exptect the same, can you tell me we have similar option?

Most helpful comment

Should work with set signcolumn=no in .vimrc.
faster solution is let g:ale_set_signs = 0 in vimrc, see doc for more.

>All comments

Should work with set signcolumn=no in .vimrc.
faster solution is let g:ale_set_signs = 0 in vimrc, see doc for more.

Was this page helpful?
0 / 5 - 0 ratings