1
0
mirror of https://git.decapod.one/brethil/dotfiles synced 2024-11-21 19:11:30 +01:00

updates to vim config

This commit is contained in:
bretello 2020-02-14 16:37:46 +01:00
parent f67d8dab8d
commit 8912925ac0

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