remove vim plugins powerline and guten-tag

whole-command-tab-completion
bretello 2020-02-14 16:37:49 +01:00
parent 78fb96c503
commit 8a81dac1ba
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,8 @@ set autoread
" ALE configuration
let g:ale_linters['python'] = ['pylint']
let g:ale_fixers = { 'python': ['black'] , 'rust': ['rustfmt']}
let g:ale_fix_on_save = 1
let g:ale_linters['bash'] = ['bashlint']
let g:ack_default_options = " --cc --cpp --shell --python"
let g:ale_fix_on_save = 1
@ -11,7 +13,6 @@ 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