Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/adorostkar/NGG.nvim

Nerd Glyph Glider
https://github.com/adorostkar/NGG.nvim

Last synced: 29 days ago
JSON representation

Nerd Glyph Glider

Lists

README

        

# Nerd Glyph Glider (NGG)

## Installation

**Lazy**:

{
'adorostkar/NGG.nvim',
opts = {},
dependencies = {
'nvim-telescope/telescope.nvim',
-- optional
'nvim-lua/plenary.nvim',
}
}

## Options

opts = {
telescope = {
-- options that goes into telescope
}
}