mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 21:34:33 +02:00
misc: remove trailing whitespaces (#121)
Co-authored-by: Pedro Alves <pta2002@users.noreply.github.com>
This commit is contained in:
parent
1022eae161
commit
3c918cfc92
9 changed files with 18 additions and 17 deletions
|
@ -68,7 +68,7 @@ in
|
|||
let $BAT_THEME = '${cfg.highlightTheme}'
|
||||
'';
|
||||
|
||||
extraConfigLua = let
|
||||
extraConfigLua = let
|
||||
options = {
|
||||
extensions = cfg.extensionConfig;
|
||||
defaults = cfg.defaults;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
let
|
||||
cfg = config.plugins.telescope.extensions.frecency;
|
||||
in
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
with lib;
|
||||
let
|
||||
let
|
||||
cfg = config.plugins.telescope.extensions.fzf-native;
|
||||
in
|
||||
{
|
||||
|
@ -34,7 +34,7 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
config = let
|
||||
config = let
|
||||
configuration = {
|
||||
fuzzy = cfg.fuzzy;
|
||||
override_generic_sorter = cfg.overrideGenericSorter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue