mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-02 13:24:28 +02:00
plugins: swith to the new behaviour of mkRaw
This commit is contained in:
parent
8cf2d943d2
commit
19f39c3b1b
32 changed files with 66 additions and 127 deletions
|
@ -1059,9 +1059,7 @@ in {
|
|||
popup_border_style = cfg.popupBorderStyle;
|
||||
resize_timer_interval = cfg.resizeTimerInterval;
|
||||
sort_case_insensitive = cfg.sortCaseInsensitive;
|
||||
sort_function =
|
||||
ifNonNull' cfg.sortFunction
|
||||
(mkRaw cfg.sortFunction);
|
||||
sort_function = mkRaw cfg.sortFunction;
|
||||
use_popups_for_input = cfg.usePopupsForInput;
|
||||
use_default_mappings = cfg.useDefaultMappings;
|
||||
source_selector = with cfg.sourceSelector; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue