1
0
Fork 0

nvim: fix deprecation notice

This commit is contained in:
Luca Bilke 2024-06-12 01:19:27 +02:00
parent e1885fdbc4
commit bdc87d1084

View file

@ -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",