Compare commits
2 commits
2356375ced
...
014fd67de3
| Author | SHA1 | Date | |
|---|---|---|---|
| 014fd67de3 | |||
| 8a7534a994 |
3 changed files with 9 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/
|
||||||
|
|
|
||||||
6
.helix/languages.toml
Normal file
6
.helix/languages.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[[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
|
||||||
clang-tools
|
ccls
|
||||||
(
|
(
|
||||||
writeShellScriptBin "generateClangCompileCommands" ''
|
writeShellScriptBin "generateClangCompileCommands" ''
|
||||||
make clean
|
make clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue