mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-19 00:39:36 +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
|
@ -36,7 +36,7 @@ in {
|
|||
|
||||
config = let
|
||||
configuration = {
|
||||
fuzzy = cfg.fuzzy;
|
||||
inherit (cfg) fuzzy;
|
||||
override_generic_sorter = cfg.overrideGenericSorter;
|
||||
override_file_sorter = cfg.overrideFileSorter;
|
||||
case_mode = cfg.caseMode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue