Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 371 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 371 Bytes

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
    }
}