1
0
Fork 0

Compare commits

..

No commits in common. "014fd67de3f653e3baa1fe52457a5720e5aecfea" and "2356375ced7954dc771d9a294bfeb930f4b6c49e" have entirely different histories.

3 changed files with 3 additions and 9 deletions

4
.gitignore vendored
View file

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

View file

@ -1,6 +0,0 @@
[[language]]
name = "c"
language-servers = [ "ccls" ]
[language-server.ccls]
command = "ccls"

View file

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