Penaz91/MiniDYM

github github
utility
stars 2
issues 0
subscribers 2
forks 0
CREATED

2022-01-17

UPDATED

11 days ago


MiniDYM

A very small "did you mean?" plugin for Neovim. Also a rewrite of my fzf_dym plugin.

Installing

You can use lazy.nvim and the following configuration:

    {
        'penaz91/MiniDYM',
        config = function()
            require('minidym.minidym').setup()
        end
    },

You can customize the prompt as follows:

require('minidym.minidym').setup{
    prompt="Your custom prompt here"
}

Suggestions

I suggest using dressing.nvim (now archived) or snacks.nvim to patch the native nvim.ui.select with a fuzzy finder (like FZF).