ENH: Add Ale/python support
This commit is contained in:
parent
3ac6bc929f
commit
547cd13442
1 changed files with 7 additions and 0 deletions
7
vimrc
7
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue