mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
vimrc: minor refactor, add termdebug, improve ALE config
This commit is contained in:
parent
8912925ac0
commit
2d905f206d
|
@ -2,8 +2,16 @@ set mouse=a relativenumber number foldmethod=indent nofoldenable "without nofold
|
||||||
set splitbelow splitright
|
set splitbelow splitright
|
||||||
set autoread
|
set autoread
|
||||||
|
|
||||||
|
" ALE configuration
|
||||||
let g:ale_linters['python'] = ['pylint']
|
let g:ale_linters['python'] = ['pylint']
|
||||||
let g:ale_linters['bash'] = ['bashlint']
|
let g:ale_linters['bash'] = ['bashlint']
|
||||||
let g:ack_default_options = " --cc --cpp --shell --python"
|
let g:ack_default_options = " --cc --cpp --shell --python"
|
||||||
|
let g:ale_fix_on_save = 1
|
||||||
|
let g:ale_lint_on_insert_leave = 1
|
||||||
|
let g:ale_completion_enabled = 1
|
||||||
|
|
||||||
|
let g:powerline_pycmd="py3"
|
||||||
|
source /usr/share/vim/vimfiles/plugin/guten-tag.vim
|
||||||
|
|
||||||
|
|
||||||
packadd termdebug
|
packadd termdebug
|
||||||
|
|
Loading…
Reference in New Issue
Block a user