Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F131290
files.lua
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
343 B
Referenced Files
None
Subscribers
None
files.lua
View Options
local
libivy
=
require
"ivy.libivy"
local
utils
=
require
"ivy.utils"
local
function
items
(
term
)
return
libivy
.
ivy_files
(
term
,
vim
.
fn
.
getcwd
())
end
local
files
=
{
name
=
"Files"
,
command
=
"IvyFd"
,
description
=
"Find files in the project"
,
keymap
=
"<leader>p"
,
items
=
items
,
callback
=
utils
.
file_action
(),
}
return
files
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Apr 6 2026, 5:30 PM (5 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10592
Default Alt Text
files.lua (343 B)
Attached To
Mode
R1 ivy.nvim
Attached
Detach File
Event Timeline
Log In to Comment