Configure helix to use ccls
This commit is contained in:
parent
8a7534a994
commit
014fd67de3
1 changed files with 6 additions and 0 deletions
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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue