Skip to content

Commit

Permalink
Update lua/astrocommunity/pack/cpp/init.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Halter <[email protected]>
  • Loading branch information
Uzaaft and mehalter authored Apr 24, 2024
1 parent 342641b commit 87c7abc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lua/astrocommunity/pack/cpp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ return {
if assert(vim.lsp.get_client_by_id(args.data.client_id)).name == "clangd" then
require "clangd_extensions"
vim.api.nvim_del_augroup_by_name "clangd_extensions"
require("astrocore").set_mappings({
n = {
["<Leader>lw"] = {
"<cmd>ClangdSwitchSourceHeader<CR>",
desc = "Clangd: Switch source/header file",
},
},
}, {})
end
end,
},
Expand Down

0 comments on commit 87c7abc

Please sign in to comment.