Skip to content

Commit

Permalink
[c-c++] Remove dependency on moved layer ycmd
Browse files Browse the repository at this point in the history
The ycmd layer functionality was moved to the c-c++ layer in
06708b2.
  • Loading branch information
fnussbaum committed Feb 5, 2025
1 parent 987a565 commit d13f967
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layers/+lang/c-c++/layers.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
(pcase c-c++-backend
('lsp-clangd '(lsp dap))
('lsp-ccls '(lsp dap))
('rtags '(gtags))
('ycmd '(ycmd)))))
('rtags '(gtags)))))

0 comments on commit d13f967

Please sign in to comment.