1
0
Fork 0

Replace clangd with ccls

This commit is contained in:
Toast 2024-03-21 10:05:02 +01:00
parent 2356375ced
commit 8a7534a994
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -2,5 +2,5 @@
result
result-*
# Clangd cache
.cache/clangd
# Ccls cache
.ccls-cache/

View file

@ -16,7 +16,7 @@
name = "3ds-devshell";
packages = with nixpkgs.legacyPackages.${system}; [
gnumake
clang-tools
ccls
(
writeShellScriptBin "generateClangCompileCommands" ''
make clean