Home

Awesome

<div align = "center"> <h1><a href="https://github.com/2kabhishek/nerdy.nvim">nerdy.nvim</a></h1> <a href="https://github.com/2KAbhishek/nerdy.nvim/blob/main/LICENSE"> <img alt="License" src="https://img.shields.io/github/license/2kabhishek/nerdy.nvim?style=flat&color=eee&label="> </a> <a href="https://github.com/2KAbhishek/nerdy.nvim/graphs/contributors"> <img alt="People" src="https://img.shields.io/github/contributors/2kabhishek/nerdy.nvim?style=flat&color=ffaaf2&label=People"> </a> <a href="https://github.com/2KAbhishek/nerdy.nvim/stargazers"> <img alt="Stars" src="https://img.shields.io/github/stars/2kabhishek/nerdy.nvim?style=flat&color=98c379&label=Stars"></a> <a href="https://github.com/2KAbhishek/nerdy.nvim/network/members"> <img alt="Forks" src="https://img.shields.io/github/forks/2kabhishek/nerdy.nvim?style=flat&color=66a8e0&label=Forks"> </a> <a href="https://github.com/2KAbhishek/nerdy.nvim/watchers"> <img alt="Watches" src="https://img.shields.io/github/watchers/2kabhishek/nerdy.nvim?style=flat&color=f5d08b&label=Watches"> </a> <a href="https://github.com/2KAbhishek/nerdy.nvim/pulse"> <img alt="Last Updated" src="https://img.shields.io/github/last-commit/2kabhishek/nerdy.nvim?style=flat&color=e06c75&label="> </a> <h3>Find Nerd Glyphs Easily 🤓🔭</h3> <figure> <img src="images/screenshot.jpg" alt="nerdy.nvim in action"> <br/> <figcaption>nerdy.nvim in action</figcaption> </figure> </div>

Do you like Nerd fonts? but don't like going over to their site to fetch a glyph for your pretty terminal? Well, me too!

Introducing nerdy.nvim, a super handy plugin that lets you search, preview and insert all nerd font glyphs straight from neovim!

✨ Features

Setup

⚡ Requirements

These two plugins are optional but highly recommended for a smoother user experience.

🚀 Installation

-- Lazy
{
    '2kabhishek/nerdy.nvim',
    dependencies = {
        'stevearc/dressing.nvim',
        'nvim-telescope/telescope.nvim',
    },
    cmd = 'Nerdy',
},

-- Packer
use '2kabhishek/nerdy.nvim'

💻 Usage

nerdy.nvim adds a new command Nerdy.

You can add your custom bindings for the command, the recommended keybinding is <leader>f,.

check :help nerdy for more details.

NOTE: By default there are no configured keybindings.

🔭 Telescope Extension

Nerdy also comes with a Telescope extension, to use it add the following to your telescope configs.

require('telescope').load_extension('nerdy')

And then call

:Telescope nerdy
" or
:lua require('telescope').extensions.nerdy.nerdy()

🔄 Fetch New Icons

Running the python scripts/generator.py command will automatically fetch new icons from source and update the icons.

Behind The Code

🌈 Inspiration

I love nerd font glyphs, and I use them anywhere I can! but I was wasting a lot of time going back and forth between nerd font site and neovim, also the copy feature was super buggy for me on the site, so I made nerdy!

💡 Challenges/Learnings

🧰 Tooling

🔍 More Info

<hr> <div align="center">

<strong>⭐ hit the star button if you found this useful ⭐</strong><br>

<a href="https://github.com/2KAbhishek/nerdy.nvim">Source</a> | <a href="https://2kabhishek.github.io/blog" target="_blank">Blog </a> | <a href="https://twitter.com/2kabhishek" target="_blank">Twitter </a> | <a href="https://linkedin.com/in/2kabhishek" target="_blank">LinkedIn </a> | <a href="https://2kabhishek.github.io/links" target="_blank">More Links </a> | <a href="https://2kabhishek.github.io/projects" target="_blank">Other Projects </a>

</div>