From 2dfa7b91e7fe43259815f4f64ce4b19785d268f0 Mon Sep 17 00:00:00 2001 From: pseudometa <73286100+chrisgrieser@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:52:07 +0100 Subject: [PATCH] support dressing+cmp-omni combo for completion --- lua/genghis.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/genghis.lua b/lua/genghis.lua index 38eb34b..dad2768 100644 --- a/lua/genghis.lua +++ b/lua/genghis.lua @@ -41,7 +41,7 @@ local function fileOp(op) prefill = "" end - vim.ui.input({prompt = promptStr, default = prefill }, function(newName) + vim.ui.input({prompt = promptStr, default = prefill, complete = "file" }, function(newName) local invalidName = false local sameName if newName then