Home

Awesome

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.