mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: add nerd font searcher
This commit is contained in:
parent
7817eb9d9b
commit
d4f330d13a
1 changed files with 8 additions and 0 deletions
|
|
@ -25,4 +25,12 @@ return {
|
|||
"kevinhwang91/nvim-ufo",
|
||||
event = "BufReadPre",
|
||||
},
|
||||
{
|
||||
"2kabhishek/nerdy.nvim",
|
||||
dependencies = {
|
||||
"stevearc/dressing.nvim",
|
||||
"nvim-telescope/telescope.nvim",
|
||||
},
|
||||
cmd = "Nerdy",
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue