The most minimal nnn plugin for neovim ever
-- in your packer config
use({"bobrown101/minimal-nnn.nvim"})
-- tied to a keymap of your choice
require("minimal-nnn").start()
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.