fix(grug): grug_far -> grug.open

This commit is contained in:
MemiMem 2024-09-05 12:55:45 +02:00
parent 3dbace941e
commit 05b0899572
No known key found for this signature in database
GPG key ID: F29A78CE48B9D6DD

View file

@ -137,7 +137,7 @@ return {
function()
local grug = require("grug-far")
local ext = vim.bo.buftype == "" and vim.fn.expand("%:e")
grug.grug_far({
grug.open({
transient = true,
prefills = {
filesFilter = ext and ext ~= "" and "*." .. ext or nil,