mirror of
https://github.com/gryf/.vim.git
synced 2025-12-17 19:40:29 +01:00
Ale configuration
This commit is contained in:
4
vimrc
4
vimrc
@@ -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'
|
||||||
"}}}
|
"}}}
|
||||||
|
|||||||
Reference in New Issue
Block a user