Skip to content

Commit

Permalink
fix(cpp): update clangd_extensions plugin to new setup process
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Aug 9, 2023
1 parent 134a020 commit f275598
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 f275598

Please sign in to comment.