[LSP] c/cpp - Fix to clang default config. (#612)

This commit is contained in:
James Walmsley 2021-07-03 16:25:35 +01:00 committed by GitHub
parent a38e8e7fe9
commit ca057a2823
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

1
ftplugin/cpp.lua Symbolic link
View file

@ -0,0 +1 @@
c.lua

View file

@ -145,9 +145,9 @@ O = {
virtual_text = {spacing = 0, prefix = ""},
signs = true,
underline = true,
cross_file_rename = true,
header_insertion = 'never'
}
},
cross_file_rename = true,
header_insertion = 'never'
},
ruby = {
diagnostics = {