Skip to content

Penaz91/MiniDYM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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').setup()
        end
    },

You can customize the prompt as follows:

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

Or you can force filetype detection after opening the file using

require('minidym').setup{
    redetect_ft=true
}

Suggestions

I suggest one of the following plugins:

to patch the native nvim.ui.select with a fuzzy finder (like FZF).

About

A small Lua "Did you mean?" plugin for NeoVim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages