Added tests for clangd compile commands dectection

This commit is contained in:
Murfalo
2019-10-09 13:40:04 -04:00
parent 35f51221f1
commit a62f26434a
5 changed files with 16 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
call ale#Set('cpp_clangd_executable', 'clangd')
call ale#Set('cpp_clangd_options', '')
call ale#Set('c_build_dir', '')
function! ale_linters#cpp#clangd#GetCommand(buffer) abort
let l:build_dir = ale#c#GetBuildDirectory(a:buffer)