added symbol inserter

This commit is contained in:
2026-02-19 12:20:47 +00:00
parent de48076947
commit c43cfedb3b
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
return {
'2kabhishek/nerdy.nvim',
cmd = 'Nerdy',
opts = {
max_recents = 30, -- Configure recent icons limit
copy_to_clipboard = false, -- Copy glyph to clipboard instead of inserting
copy_register = '+', -- Register to use for copying (if `copy_to_clipboard` is true)
},
}