Common/helix: change nil lsp settings
This commit is contained in:
parent
5d644f0959
commit
544d1f6a22
1 changed files with 9 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, config, ...}: {
|
||||
home-manager.users.toast = {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
|
|
@ -32,6 +32,14 @@
|
|||
formatter.command = "nixpkgs-fmt";
|
||||
}
|
||||
];
|
||||
language-server.nil = {
|
||||
config = {
|
||||
flake = {
|
||||
autoArchive = false;
|
||||
autoEvalInputs = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue