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
|
||||||
result-*
|
result-*
|
||||||
|
|
||||||
# Clangd cache
|
# Ccls cache
|
||||||
.cache/clangd
|
.ccls-cache/
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
name = "3ds-devshell";
|
name = "3ds-devshell";
|
||||||
packages = with nixpkgs.legacyPackages.${system}; [
|
packages = with nixpkgs.legacyPackages.${system}; [
|
||||||
gnumake
|
gnumake
|
||||||
clang-tools
|
ccls
|
||||||
(
|
(
|
||||||
writeShellScriptBin "generateClangCompileCommands" ''
|
writeShellScriptBin "generateClangCompileCommands" ''
|
||||||
make clean
|
make clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue