Skip to content

Commit

Permalink
fix(cpp): update clangd_extensions plugin to new setup process (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter authored and Uzaaft committed Aug 13, 2023
1 parent 2ad895a commit 902b40b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/astrocommunity/pack/cpp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ return {
{
"p00f/clangd_extensions.nvim",
ft = { "c", "cpp", "objc", "objcpp", "cuda", "proto" },
opts = function() return { server = require("astrolsp").lsp_opts "clangd" } end,
},
{
"Civitasv/cmake-tools.nvim",
Expand Down

0 comments on commit 902b40b

Please sign in to comment.