nvim: fix deprecation notice
This commit is contained in:
parent
45febd001c
commit
806cb3ef86
|
@ -66,7 +66,7 @@ return {
|
|||
opts = function(_, opts)
|
||||
local center = {
|
||||
{
|
||||
action = LazyVim.telescope("files"),
|
||||
action = LazyVim.pick("files"),
|
||||
desc = " Find File" .. string.rep(" ", 33),
|
||||
icon = " ",
|
||||
key = "f",
|
||||
|
|
Loading…
Reference in New Issue