maybe fix dumb clangd lsp defaults?

This commit is contained in:
Gered 2025-02-01 14:13:45 -05:00
parent c7e6e5c331
commit 2c8af10563

View file

@ -140,6 +140,11 @@ return {
}, },
}, },
}, },
clangd = {
capabilities = {
offsetEncoding = 'utf-8',
},
},
} }
require('mason-lspconfig').setup { require('mason-lspconfig').setup {