diff options
Diffstat (limited to '.helix/languages.toml')
-rw-r--r-- | .helix/languages.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.helix/languages.toml b/.helix/languages.toml new file mode 100644 index 0000000..8742aed --- /dev/null +++ b/.helix/languages.toml @@ -0,0 +1,4 @@ +[language-server.rust-analyzer] +command = "rust-analyzer" +environment = { "DATABASE_URL" = "sqlite://luz.db" } +config = { cargo.features = "all" } |