wrap helix with lsp and formatter, and add some config for helix
This commit is contained in:
parent
67b1830304
commit
a27bc57d15
6 changed files with 176 additions and 28 deletions
|
|
@ -1,9 +1,12 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
outputs,
|
||||
...
|
||||
}:
|
||||
final: prev:
|
||||
let
|
||||
inherit (final) stdenv;
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
in
|
||||
{
|
||||
helix = inputs.helix.packages."${system}".default;
|
||||
helix = outputs.packages."${system}".helix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue