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 Aug 9, 2023
1 parent ee65d95 commit 3712618
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/astrocommunity/pack/cpp/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ return {
{
"p00f/clangd_extensions.nvim",
ft = { "c", "cpp", "objc", "objcpp", "cuda", "proto" },
init = function() utils.list_insert_unique(astronvim.lsp.skip_setup, "clangd") end,
opts = function() return { server = require("astronvim.utils.lsp").config "clangd" } end,
},
{
"Civitasv/cmake-tools.nvim",
Expand Down

0 comments on commit 3712618

Please sign in to comment.