fix: maybe? who knows

This commit is contained in:
dlond 2025-09-03 10:58:59 +12:00 committed by Daniel Lond
parent 85ee398810
commit 2f5b161f71
1 changed files with 2 additions and 1 deletions

View File

@ -6,12 +6,13 @@ local util = require 'lspconfig.util'
function M.get_servers()
return {
-- C/C++ Language Server
-- The clangd from dev-shells is already wrapped with --query-driver and --enable-config
clangd = {
cmd = {
'clangd',
'--query-driver=/nix/store/*/bin/clang*',
'--background-index',
'--clang-tidy',
'--enable-config',
'--fallback-style=llvm',
'--function-arg-placeholders',
'--header-insertion-decorators',