Skip to content
Snippets Groups Projects
Commit fb82a59b authored by Bradley Small's avatar Bradley Small
Browse files

adding pyls to ale for LSP features

parent 2801fc01
No related branches found
No related tags found
No related merge requests found
...@@ -7,3 +7,4 @@ ...@@ -7,3 +7,4 @@
.vim/swap .vim/swap
.vim/undo .vim/undo
.directory .directory
.vim/pack/plugins/start/ale/tags-te
...@@ -41,7 +41,7 @@ let python_highlight_all=1 ...@@ -41,7 +41,7 @@ let python_highlight_all=1
" let g:syntastic_python_checkers = ['flake8', 'frosted', 'mypy', 'pep257', 'pep8', 'prospector', 'pycodestyle', 'pydocstyle', 'pyflakes', 'pylint3', 'python3'] " let g:syntastic_python_checkers = ['flake8', 'frosted', 'mypy', 'pep257', 'pep8', 'prospector', 'pycodestyle', 'pydocstyle', 'pyflakes', 'pylint3', 'python3']
" "
" Check Python files with flake8 and pylint. " Check Python files with flake8 and pylint.
let b:ale_linters = ['flake8', 'pylint'] let b:ale_linters = ['flake8', 'pylint', 'pyls']
" Fix Python files with autopep8 and yapf. " Fix Python files with autopep8 and yapf.
let b:ale_fixers = ['black', 'autopep8', 'yapf'] let b:ale_fixers = ['black', 'autopep8', 'yapf']
" Disable warnings about trailing whitespace for Python files. " Disable warnings about trailing whitespace for Python files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment