mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
hooks: Add a hook for statix (#390)
This commit is contained in:
@@ -83,7 +83,9 @@
|
||||
enable = true;
|
||||
excludes = ["plugins/_sources"];
|
||||
};
|
||||
statix.enable = true;
|
||||
};
|
||||
settings.statix.ignore = ["plugins/lsp/language-servers/rust-analyzer-config.nix"];
|
||||
};
|
||||
};
|
||||
devShells = {
|
||||
|
||||
@@ -157,8 +157,7 @@ in {
|
||||
else attrset;
|
||||
|
||||
options = {
|
||||
theme = cfg.theme;
|
||||
iconsEnabled = cfg.iconsEnabled;
|
||||
inherit (cfg) theme iconsEnabled;
|
||||
layout = builtins.map processButtons cfg.layout;
|
||||
};
|
||||
in
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ignore = ["plugins/lsp/language-servers/rust-analyzer-config.nix"]
|
||||
Reference in New Issue
Block a user