This commit is contained in:
unexplrd
2025-02-18 16:40:03 +02:00
parent 5606369d4a
commit a20fc14152
5 changed files with 52 additions and 41 deletions

View File

@ -1,6 +1,6 @@
{
pkgs,
pkgs-51b85c,
# pkgs-51b85c,
lib,
config,
...

View File

@ -28,8 +28,8 @@ in {
languages = {
"Nix" = {
language-servers = [
"nil"
"!nixd"
"!nil"
"nixd"
];
formatter = {
external.command = lib.getExe pkgs.alejandra;
@ -84,6 +84,13 @@ in {
path = lib.getExe pkgs.ruff;
};
};
nixd = {
binary = {
arguments = [];
path = lib.getExe pkgs.nixd;
};
initialization_options.formatting.command = [(lib.getExe pkgs.alejandra)];
};
nil = {
binary = {
arguments = [];