feat: ALE: Asynchronous Lint Engine
This commit is contained in:
parent
493b7fe44b
commit
3794584e4f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,9 @@
|
||||
[submodule "abolish"]
|
||||
path = pack/5_dev/start/abolish
|
||||
url = https://github.com/tpope/vim-abolish.git
|
||||
[submodule "ALE"]
|
||||
path = pack/5_dev/opt/ale
|
||||
url = https://github.com/dense-analysis/ale.git
|
||||
[submodule "asterisk"]
|
||||
path = pack/3_extra/start/asterisk
|
||||
url = https://github.com/haya14busa/vim-asterisk.git
|
||||
|
1
pack/5_dev/opt/ale
Submodule
1
pack/5_dev/opt/ale
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 560e6340ce10ce90fac587096fb147eea43e624d
|
9
vimrc
9
vimrc
@ -602,6 +602,15 @@ autocmd FileType cpp setlocal comments^=:/// foldmethod=syntax foldlevel=0
|
||||
" abolish-coercion
|
||||
" camelCase MixedCase _snake_case UPPERCASE -dash-case dot.case space Title
|
||||
|
||||
"" ALE {{{2
|
||||
""
|
||||
"" Optional: Asynchronous Lint Engine
|
||||
|
||||
packadd! ale
|
||||
let g:ale_linters = {'sh': ['shellcheck']}
|
||||
let g:ale_linters_explicit=1
|
||||
|
||||
|
||||
"" Commentary {{{2
|
||||
""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user