AstroNvim / astrocommunity

A community repository of common plugin specifications
GNU General Public License v3.0
1.16k stars 236 forks source link

cpp pack contains both clangd and clang-format #612

Closed dpriedel closed 11 months ago

dpriedel commented 11 months ago

Checklist

Neovim version (nvim -v)

0.9.4

Operating system/version

Manjaro Linux

Terminal/GUI

tilix

Describe the bug

The cpp pack contains both clangd and clang-format. clangd includes the clang-format functionality https://clangd.llvm.org/features.html so having both seems unnecessary.

Steps to Reproduce

  1. install cpp pack
  2. edit cpp file
  3. both clangd and clang-format are enabled.

Expected behavior

Only clangd is required to have lsp and code formatting

Screenshots

No response

Additional Context

No response

Uzaaft commented 11 months ago

Feel free to open a PR. :)

dpriedel commented 11 months ago

I haven't done that before but I can give it a try later today

On 10/18/23 6:07 AM, Uzair Aftab wrote:

Feel free to open a PR. :)

— Reply to this email directly, view it on GitHub https://github.com/AstroNvim/astrocommunity/issues/612#issuecomment-1768118131, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABUOHSS7UWOD4VFITDHOPLTX76S57AVCNFSM6AAAAAA6EYE7JKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRYGEYTQMJTGE. You are receiving this because you authored the thread.Message ID: @.***>

dpriedel commented 11 months ago

Thanks!! I'm afraid I got busy and didn't have time to try to do this.

Uzaaft commented 11 months ago

No worries. I fixed it :)