master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 79ddb6faca - Show all commits

View File

@@ -97,7 +97,7 @@ return {
function() function()
require('fzf-lua').complete_path() require('fzf-lua').complete_path()
end, end,
mode = { "n", "v", "i" }, mode = { 'n', 'v', 'i' },
desc = 'Fuzzy complete path', desc = 'Fuzzy complete path',
}, },
} }