rita
blallo 2021-06-22 23:05:27 +02:00
parent 90a23b7842
commit 5da8df7b7e
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
4 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View File

@ -74,3 +74,6 @@
[submodule "pack/vendor/start/rust.vim"]
path = pack/vendor/start/rust.vim
url = https://github.com/rust-lang/rust.vim
[submodule "pack/vendor/start/ale"]
path = pack/vendor/start/ale
url = https://github.com/dense-analysis/ale

View File

@ -53,6 +53,8 @@ function! s:getValaProjectRoot(buffer) abort
return ''
endfunction
packloadall
call ale#linter#Define('vala', {
\ 'name': 'vala-language-server',
\ 'lsp': 'stdio',
@ -79,7 +81,7 @@ let g:ale_go_langserver_executable = 'gopls'
let g:airline#extensions#ale#enabled = 1
let g:ale_completion_enabled = 1
let g:ale_completion_enabled = 0
let g:ale_lint_on_enter = 0
let g:ale_lint_on_text_changed = 'never'
highlight ALEErrorSign ctermbg=NONE ctermfg=red

1
pack/vendor/start/ale vendored 160000

@ -0,0 +1 @@
Subproject commit a4ba421803d030a8967ede111ce921d439aa5fbb

1
vimrc
View File

@ -17,6 +17,7 @@ let g:python_host_prog='/usr/bin/python'
""" source
" all other includes are in alphabetical order
source $VIMHOME/config/ale.vim
source $VIMHOME/config/fzf.vim
source $VIMHOME/config/indent.vim
source $VIMHOME/config/language-client.vim