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
- Host: GitHub
- URL: https://github.com/pythonmcpi/define.nvim
- Owner: pythonmcpi
- Created: 2024-07-22T03:33:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T06:16:10.000Z (9 months ago)
- Last Synced: 2025-03-08T00:31:55.082Z (about 1 month ago)
- Language: Lua
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-neovim-pluginlist - pythonmcpi/define.nvim - commit/pythonmcpi/define.nvim)  (Other Standard Feature Enhancement / Dictionary)
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.