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: about 2 months ago
JSON representation
Nerd Glyph Glider
- Host: GitHub
- URL: https://github.com/adorostkar/NGG.nvim
- Owner: adorostkar
- Created: 2024-02-13T12:39:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-02T20:54:23.000Z (10 months ago)
- Last Synced: 2024-08-02T18:37:13.902Z (5 months ago)
- Language: Lua
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-neovim-pluginlist - adorostkar/NGG.nvim - commit/adorostkar/NGG.nvim) ![](https://img.shields.io/github/commit-activity/y/adorostkar/NGG.nvim) (Other Standard Feature Enhancement / digraph)
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
}
}