updates to vim config

whole-command-tab-completion
bretello 2020-02-14 16:37:46 +01:00
parent f67d8dab8d
commit 8912925ac0
1 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
set mouse=a
set relativenumber number
set foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
set mouse=a relativenumber number foldmethod=indent nofoldenable "without nofoldenable all folds are closed at startup"
set splitbelow splitright
set autoread
let g:ale_linters['python'] = ['pylint']
let g:ale_linters['bash'] = ['bashlint']
let g:ack_default_options = " --cc --cpp --shell --python"
packadd termdebug