{ lib, ... }: { plugins.mini-completion = { enable = true; settings = { delay = { completion = 100; info = 100; signature = 50; }; fallback_action = ""; lsp_completion = { auto_setup = true; process_items = lib.nixvim.mkRaw "nil"; snippet_insert = lib.nixvim.mkRaw "nil"; source_func = "completefunc"; }; mappings = { force_fallback = ""; force_twostep = ""; scroll_down = ""; scroll_up = ""; }; window = { info = { border = lib.nixvim.mkRaw "nil"; height = 25; width = 80; }; signature = { border = lib.nixvim.mkRaw "nil"; height = 25; width = 80; }; }; }; }; }