1
0
Fork 0

Configure helix to use ccls

This commit is contained in:
Toast 2024-03-21 10:05:38 +01:00
parent 8a7534a994
commit 014fd67de3

6
.helix/languages.toml Normal file
View file

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