fixing weird bug pt 3
This commit is contained in:
parent
34097ce9d3
commit
c0474f5c11
|
@ -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.'
|
||||||
|
|
Loading…
Reference in New Issue