maybe fix dumb clangd lsp defaults?
This commit is contained in:
parent
c7e6e5c331
commit
2c8af10563
|
@ -140,6 +140,11 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
clangd = {
|
||||||
|
capabilities = {
|
||||||
|
offsetEncoding = 'utf-8',
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
require('mason-lspconfig').setup {
|
require('mason-lspconfig').setup {
|
||||||
|
|
Loading…
Reference in a new issue