Skip to content

A neovim plugin for getting dictionary definitions

Notifications You must be signed in to change notification settings

pythonmcpi/define.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

define.nvim

Get dictionary definitions from within neovim.

Installing

You can install define the same way as any other neovim plugin. define.nvim also requires plenary.

lazy

{
    "pythonmcpi/define.nvim",
    lazy = false,
},
{
    "nvim-lua/plenary.nvim",
},

Usage

:Define <word> Look up a word in the dictionary.

About

A neovim plugin for getting dictionary definitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published