mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 18:14:40 +02:00
[LSP] c/cpp - Fix to clang default config. (#612)
This commit is contained in:
parent
a38e8e7fe9
commit
ca057a2823
2 changed files with 4 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue