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
|
|
@ -21,6 +21,9 @@ function M.setup()
|
|||
|
||||
-- Setup LSP keymaps
|
||||
require('plugins.config.lsp.keymaps').setup()
|
||||
|
||||
-- Setup compile_commands.json picker for C/C++ projects
|
||||
require('plugins.config.compile-commands-picker').setup()
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
@ -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