diff options
author | James Walmsley <[email protected]> | 2021-07-03 16:25:35 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-03 11:25:35 -0400 |
commit | ca057a2823677c60819e8aa801d92da770b6c4ae (patch) | |
tree | 77e26cd2329519015391ce7137cca21553e5366b | |
parent | a38e8e7fe9eebc06ed55d44a3eb5904968d02457 (diff) |
[LSP] c/cpp - Fix to clang default config. (#612)
l--------- | ftplugin/cpp.lua | 1 | ||||
-rw-r--r-- | lua/default-config.lua | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ftplugin/cpp.lua b/ftplugin/cpp.lua new file mode 120000 index 00000000..d2be5311 --- /dev/null +++ b/ftplugin/cpp.lua @@ -0,0 +1 @@ +c.lua
\ No newline at end of file diff --git a/lua/default-config.lua b/lua/default-config.lua index 76a853ab..c3465344 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -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 = { |