8000 GitHub - Penaz91/MiniDYM: A small Lua "Did you mean?" plugin for NeoVim
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Penaz91/MiniDYM

Folders and files

NameN 8000 ame
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MiniDYM

A very small "did you mean?" plugin. 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"
}

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0