feat: first attempt at compile-commands-picker

This commit is contained in:
dlond 2025-09-03 07:18:27 +12:00 committed by Daniel Lond
parent 8802b654c9
commit fef576fbde
4 changed files with 145 additions and 1 deletions

View file

@ -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

View file

@ -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