mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-05 18:45:37 +02:00
clangd to use g++
This commit is contained in:
parent
e6688019fd
commit
abaca67308
1 changed files with 7 additions and 1 deletions
|
@ -135,7 +135,13 @@ return { -- LSP Configuration & Plugins
|
|||
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
|
||||
local servers = {
|
||||
ocamllsp = {},
|
||||
clangd = {},
|
||||
clangd = {
|
||||
cmd = {
|
||||
'clangd',
|
||||
'--query-driver=/opt/homebrew/bin/g++-14,/opt/homebrew/bin/gcc-14',
|
||||
'--header-insertion=never',
|
||||
},
|
||||
},
|
||||
bashls = {},
|
||||
gopls = {},
|
||||
pyright = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue