mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 07:09:40 +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
|
@ -135,10 +135,7 @@ in {
|
|||
win_vheight = winVheight;
|
||||
inherit wrap;
|
||||
buf_label = bufLabel;
|
||||
should_preview_cb =
|
||||
if (shouldPreviewCb == null)
|
||||
then null
|
||||
else helpers.mkRaw shouldPreviewCb;
|
||||
should_preview_cb = helpers.mkRaw shouldPreviewCb;
|
||||
};
|
||||
func_map = cfg.funcMap;
|
||||
filter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue