From 8912925ac011e8a1290569bd6959f57f57624643 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Feb 2020 16:37:46 +0100 Subject: [PATCH] updates to vim config --- my_configs.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/my_configs.vim b/my_configs.vim index 67008dc..f393ea5 100644 --- a/my_configs.vim +++ b/my_configs.vim @@ -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