Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 454 Bytes

minimal-nnn.nvim

The most minimal nnn plugin for neovim ever

demo gif

Install

    -- in your packer config
    use({"bobrown101/minimal-nnn.nvim"})

    -- tied to a keymap of your choice
    require("minimal-nnn").start()

Description

Made possible by nvim --remote, we start up an nnn picker in a standard neovim terminal, and "callback" the result to the current neovim instance.