mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-08 19:46:06 +01:00
flake: add nixf-diagnose to treefmt config
Checks nixd's diagnostic lints using libnixf.
This commit is contained in:
parent
74423f4a53
commit
fe059cd395
38 changed files with 53 additions and 171 deletions
|
|
@ -2,7 +2,6 @@
|
|||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
|
|
@ -26,7 +25,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
})
|
||||
];
|
||||
|
||||
settingsOptions = import ./settings-options.nix { inherit lib helpers pkgs; };
|
||||
settingsOptions = import ./settings-options.nix { inherit lib helpers; };
|
||||
|
||||
settingsExample = {
|
||||
server = {
|
||||
|
|
|
|||
|
|
@ -1,8 +1,4 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
pkgs,
|
||||
}:
|
||||
{ lib, helpers }:
|
||||
with lib;
|
||||
{
|
||||
tools =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue