mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-26 18:58:43 +02:00
perform some statix linting and fixes
This commit is contained in:
parent
eee375e97e
commit
efdcbe225f
57 changed files with 196 additions and 221 deletions
|
@ -66,7 +66,7 @@ in {
|
|||
{
|
||||
manual_mode = cfg.manualMode;
|
||||
detection_methods = cfg.detectionMethods;
|
||||
patterns = cfg.patterns;
|
||||
inherit (cfg) patterns;
|
||||
ignore_lsp = cfg.ignoreLsp;
|
||||
exclude_dirs = cfg.excludeDirs;
|
||||
show_hidden = cfg.showHidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue