ENH: Add Ale/python support

This commit is contained in:
Matthew Ryan Dillon 2019-03-13 16:38:27 -07:00
parent 3ac6bc929f
commit 547cd13442

7
vimrc
View file

@ -1,3 +1,8 @@
let g:ale_completion_enabled = 1
let g:ale_linters = {
\ 'python': ['flake8', 'pyls'],
\}
call plug#begin()
" Color/theme integration
Plug 'danielwe/base16-vim'
@ -37,6 +42,8 @@ call plug#begin()
Plug 'vimwiki/vimwiki'
" typescript syntax highlighting
Plug 'leafgarland/typescript-vim'
" lsp
Plug 'w0rp/ale'
call plug#end()
set t_Co=256