support dressing+cmp-omni combo for completion

remotes/origin/HEAD
pseudometa 2022-12-13 13:52:07 +01:00
parent fdd5ed0248
commit 2dfa7b91e7
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ local function fileOp(op)
prefill = "" prefill = ""
end 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 invalidName = false
local sameName local sameName
if newName then if newName then