2020-02-14 16:37:46 +01:00
|
|
|
set mouse=a relativenumber number foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
|
|
|
|
set splitbelow splitright
|
|
|
|
set autoread
|
2020-02-14 16:37:46 +01:00
|
|
|
|
2020-02-14 16:37:46 +01:00
|
|
|
" ALE configuration
|
2020-02-14 16:37:46 +01:00
|
|
|
let g:ale_linters['python'] = ['pylint']
|
|
|
|
let g:ale_linters['bash'] = ['bashlint']
|
|
|
|
let g:ack_default_options = " --cc --cpp --shell --python"
|
2020-02-14 16:37:46 +01:00
|
|
|
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
|
|
|
|
|
2020-02-14 16:37:46 +01:00
|
|
|
|
|
|
|
packadd termdebug
|