add cpp lsp

This commit is contained in:
Sencyy 2024-08-19 17:12:13 -03:00
parent 72f924e745
commit 9c99cd5ae1
No known key found for this signature in database
GPG key ID: 956AB8FEF9FD53F6

View file

@ -1,6 +1,8 @@
{
"lsp.autocompleteDetails": true,
"lsp.server": "rust=rust-analyzer",
"lsp.tabcompletion": true,
"lsp.formatOnSave": true
"lsp.formatOnSave": true,
"lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
"lsp.ignoreTriggerCharacters": "completion,signature",
"lsp.server": "rust=rust-analyzer,cpp=ccls",
"lsp.tabcompletion": true
}