diff options
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 = { |