1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 19:40:29 +01:00

Ale configuration

This commit is contained in:
2023-02-17 13:50:17 +01:00
parent bc85cef317
commit a874ec9d16

4
vimrc
View File

@@ -423,6 +423,10 @@ if executable('ag')
let g:ackprg = 'ag --vimgrep' let g:ackprg = 'ag --vimgrep'
endif endif
"}}} "}}}
"Ale {{{2
let g:ale_sh_bashate_executable="bashate -i E006"
let g:ale_virtualtext_cursor=0
"}}}
"KickAssembler {{{2 "KickAssembler {{{2
let g:kickass_path = '/opt/KickAssembler/KickAss.jar' let g:kickass_path = '/opt/KickAssembler/KickAss.jar'
"}}} "}}}