1
0
Fork 0

nvim: fix deprecation notice

This commit is contained in:
Luca Bilke 2024-06-12 01:19:27 +02:00
parent 45febd001c
commit 806cb3ef86
No known key found for this signature in database
GPG Key ID: C9E851809C1A5BDE
1 changed files with 1 additions and 1 deletions

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