Compare commits

...

2 commits

2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1 @@
vim.bo.commentstring = "// %s"

View file

@ -43,6 +43,11 @@ local lsp_on_init = function(client)
end
local server_opts = setmetatable({
clangd = function(opts)
return vim.tbl_deep_extend("force", opts, {
cmd = { "clangd", "--header-insertion=never" },
})
end,
lua_ls = function(opts)
return vim.tbl_deep_extend("force", opts, {
settings = {