Compare commits
No commits in common. "014fd67de3f653e3baa1fe52457a5720e5aecfea" and "2356375ced7954dc771d9a294bfeb930f4b6c49e" have entirely different histories.
014fd67de3
...
2356375ced
3 changed files with 3 additions and 9 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -2,5 +2,5 @@
|
||||||
result
|
result
|
||||||
result-*
|
result-*
|
||||||
|
|
||||||
# Ccls cache
|
# Clangd cache
|
||||||
.ccls-cache/
|
.cache/clangd
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
[[language]]
|
|
||||||
name = "c"
|
|
||||||
language-servers = [ "ccls" ]
|
|
||||||
|
|
||||||
[language-server.ccls]
|
|
||||||
command = "ccls"
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
name = "3ds-devshell";
|
name = "3ds-devshell";
|
||||||
packages = with nixpkgs.legacyPackages.${system}; [
|
packages = with nixpkgs.legacyPackages.${system}; [
|
||||||
gnumake
|
gnumake
|
||||||
ccls
|
clang-tools
|
||||||
(
|
(
|
||||||
writeShellScriptBin "generateClangCompileCommands" ''
|
writeShellScriptBin "generateClangCompileCommands" ''
|
||||||
make clean
|
make clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue