My neovim config
This commit is contained in:
17
lua/plugins/clangd_extensions.lua
Normal file
17
lua/plugins/clangd_extensions.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
-- {
|
||||
-- "p00f/clangd_extensions.nvim",
|
||||
-- name = "clangd_extensions",
|
||||
-- lazy = false,
|
||||
-- -- config = function()
|
||||
-- -- require("clangd_extensions").setup {
|
||||
-- -- server = astronvim.lsp.config "clangd",
|
||||
-- -- cmd = {
|
||||
-- -- "clangd",
|
||||
-- -- "--malloc-trim",
|
||||
-- -- "--query-driver='/usr/bin/*gcc'",
|
||||
-- -- },
|
||||
-- -- }
|
||||
-- -- end
|
||||
-- }
|
||||
}
|
||||
Reference in New Issue
Block a user