mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(grug): grug_far -> grug.open
This commit is contained in:
parent
3dbace941e
commit
05b0899572
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ return {
|
||||||
function()
|
function()
|
||||||
local grug = require("grug-far")
|
local grug = require("grug-far")
|
||||||
local ext = vim.bo.buftype == "" and vim.fn.expand("%:e")
|
local ext = vim.bo.buftype == "" and vim.fn.expand("%:e")
|
||||||
grug.grug_far({
|
grug.open({
|
||||||
transient = true,
|
transient = true,
|
||||||
prefills = {
|
prefills = {
|
||||||
filesFilter = ext and ext ~= "" and "*." .. ext or nil,
|
filesFilter = ext and ext ~= "" and "*." .. ext or nil,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue