Compare commits
2 Commits
b15b8dce37
...
a55e972ecb
| Author | SHA1 | Date | |
|---|---|---|---|
| a55e972ecb | |||
| 5d6b19495c |
@@ -23,4 +23,5 @@ return {
|
|||||||
|
|
||||||
-- Others
|
-- Others
|
||||||
-- { import = "astrocommunity.debugging.nvim-bqf" },
|
-- { import = "astrocommunity.debugging.nvim-bqf" },
|
||||||
|
{ import = "astrocommunity.motion.mini-surround" }, -- Surround
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,5 +14,11 @@ return {
|
|||||||
},
|
},
|
||||||
-- mappings to be set up on attaching of a language server
|
-- mappings to be set up on attaching of a language server
|
||||||
mappings = {},
|
mappings = {},
|
||||||
|
---@diagnostic disable: missing-fields
|
||||||
|
config = {
|
||||||
|
clangd = {
|
||||||
|
cmd = { "clangd", "--header-insertion=never"}, -- Disable auto includes
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user