11.07.2023 Tuesday 09:14

This commit is contained in:
Petr Nyc
2023-11-07 09:14:10 +01:00
parent c32ab09984
commit a72b9d41c9
3 changed files with 95 additions and 1 deletions

2
.vimrc
View File

@@ -94,6 +94,8 @@ let g:syntastic_always_populate_loc_list = 1
let g:syntastic_auto_loc_list = 1
let g:syntastic_check_on_open = 1
let g:syntastic_check_on_wq = 0
" " https://vi.stackexchange.com/questions/10007/how-to-make-syntastic-include-sourced-files-for-bash-syntax-as-shellcheck-x
let g:syntastic_sh_shellcheck_args = "-x"
" 24bits color fix for tmux
" inspiration from https://github.com/vim/vim/issues/3608