Compare commits
No commits in common. "f23a73d02bb3549173fcc5291fb5862e91efb7e5" and "9df850751b35246b7e2d20f0d835e9c795303216" have entirely different histories.
f23a73d02b
...
9df850751b
2 changed files with 0 additions and 6 deletions
|
@ -1 +0,0 @@
|
||||||
vim.bo.commentstring = "// %s"
|
|
|
@ -43,11 +43,6 @@ local lsp_on_init = function(client)
|
||||||
end
|
end
|
||||||
|
|
||||||
local server_opts = setmetatable({
|
local server_opts = setmetatable({
|
||||||
clangd = function(opts)
|
|
||||||
return vim.tbl_deep_extend("force", opts, {
|
|
||||||
cmd = { "clangd", "--header-insertion=never" },
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
lua_ls = function(opts)
|
lua_ls = function(opts)
|
||||||
return vim.tbl_deep_extend("force", opts, {
|
return vim.tbl_deep_extend("force", opts, {
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue