nvim: remove ccls in favor of clang

Removes CCLS nvim configuration and exchanges the ccls package for
clang-tools
This commit is contained in:
stitchy 2024-12-05 09:57:31 +00:00
parent 57132cc602
commit 1fd1838d3f
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 2 additions and 10 deletions

View file

@ -66,7 +66,7 @@ in
environment.systemPackages = (lib.attrVals [
"black"
"btop"
"ccls"
"clang-tools"
"eza"
"fd"
"fzf"