feat: first attempt at compile-commands-picker
This commit is contained in:
parent
8802b654c9
commit
fef576fbde
4 changed files with 145 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ local function get_clangd_query_driver()
|
|||
'/nix/store/*/bin/clang*',
|
||||
'/opt/homebrew/opt/llvm/bin/clang*',
|
||||
'/usr/bin/clang*',
|
||||
}, ';')
|
||||
}, ':')
|
||||
end
|
||||
|
||||
-- Get clang resource directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue