An open API service indexing awesome lists of open source software.

https://github.com/pythonmcpi/define.nvim

A neovim plugin for getting dictionary definitions
https://github.com/pythonmcpi/define.nvim

Last synced: 5 days ago
JSON representation

A neovim plugin for getting dictionary definitions

Awesome Lists containing this project

README

        

# 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](https://github.com/nvim-lua/plenary.nvim).

### lazy

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

## Usage

`:Define ` Look up a word in the dictionary.