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:
parent
f67d8dab8d
commit
8912925ac0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user