Compare commits

...

2 Commits

Author SHA1 Message Date
a55e972ecb Disable clangd header insertions 2024-01-09 11:45:53 +01:00
5d6b19495c Added mini-surround community pack 2024-01-09 10:26:07 +01:00
2 changed files with 7 additions and 0 deletions

View File

@@ -23,4 +23,5 @@ return {
-- Others
-- { import = "astrocommunity.debugging.nvim-bqf" },
{ import = "astrocommunity.motion.mini-surround" }, -- Surround
}

View File

@@ -14,5 +14,11 @@ return {
},
-- mappings to be set up on attaching of a language server
mappings = {},
---@diagnostic disable: missing-fields
config = {
clangd = {
cmd = { "clangd", "--header-insertion=never"}, -- Disable auto includes
},
},
},
}