Replace clangd with ccls
This commit is contained in:
parent
2356375ced
commit
8a7534a994
2 changed files with 3 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,5 +2,5 @@
|
|||
result
|
||||
result-*
|
||||
|
||||
# Clangd cache
|
||||
.cache/clangd
|
||||
# Ccls cache
|
||||
.ccls-cache/
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
name = "3ds-devshell";
|
||||
packages = with nixpkgs.legacyPackages.${system}; [
|
||||
gnumake
|
||||
clang-tools
|
||||
ccls
|
||||
(
|
||||
writeShellScriptBin "generateClangCompileCommands" ''
|
||||
make clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue