fixing weird bug pt 3

This commit is contained in:
dlond 2025-05-21 00:47:28 +12:00
parent 34097ce9d3
commit c0474f5c11
1 changed files with 4 additions and 4 deletions

View File

@ -50,10 +50,10 @@ return {
server_opts.cmd = { server_opts.cmd = {
'clangd', 'clangd',
'--query-driver=' .. nix_paths.clangd_query_driver, '--query-driver=' .. nix_paths.clangd_query_driver,
'-isysroot', -- '-isysroot',
nix_paths.macos_sdk_path, -- nix_paths.macos_sdk_path,
'-isystem', -- '-isystem',
nix_paths.libcxx_include_path, -- nix_paths.libcxx_include_path,
} }
else else
print 'Warning: Nix paths for clangd not fully defined in custom.nix_paths.lua. Clangd might not work correctly.' print 'Warning: Nix paths for clangd not fully defined in custom.nix_paths.lua. Clangd might not work correctly.'