Explorar o código

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

James Walmsley %!s(int64=4) %!d(string=hai) anos
pai
achega
ca057a2823
Modificáronse 2 ficheiros con 4 adicións e 3 borrados
  1. 1 0
      ftplugin/cpp.lua
  2. 3 3
      lua/default-config.lua

+ 1 - 0
ftplugin/cpp.lua

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

+ 3 - 3
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 = {