nvim: fix deprecation notice
This commit is contained in:
parent
e1885fdbc4
commit
bdc87d1084
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue