14 lines
405 B
Lua
14 lines
405 B
Lua
return {
|
|
'2kabhishek/nerdy.nvim',
|
|
dependencies = {
|
|
'folke/snacks.nvim',
|
|
},
|
|
cmd = 'Nerdy',
|
|
opts = {
|
|
max_recents = 30, -- Configure recent icons limit
|
|
add_default_keybindings = true, -- Add default keybindings
|
|
copy_to_clipboard = false, -- Copy glyph to clipboard instead of inserting
|
|
copy_register = '+', -- Register to use for copying (if `copy_to_clipboard` is true)
|
|
},
|
|
}
|