ale pyls enable flake8 configuration

This commit is contained in:
ManjaroOne666 2019-03-30 17:33:39 +00:00
parent 6b9cfb620d
commit 13f5ee6ae6
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ set softtabstop=8
set tabstop=4
set shiftwidth=4
set textwidth=79
set textwidth=88
set foldmethod=indent
set foldnestmax=1

5
vimrc
View File

@ -192,9 +192,8 @@ if g:vimrc_load_dev_plugins
let g:ale_python_pyls_config = {
\ 'pyls': {
\ 'pycodestyle': {
\ 'enabled': v:false
\ }
\ 'pycodestyle': { 'enabled': v:false },
\ 'configurationSources': ['flake8']
\ }
\ }