Look up the definition of any word using dictionaryapi.dev.
- Neovim 0.10+
curlin PATH
Place cursor on a word and run:
:Dictionary
Or look up a specific word:
:Dictionary hello
From Lua (for keymaps):
require("dictionary").lookup()The popup displays each meaning in its own section with part of speech, numbered definitions, and examples. Close with q or <Esc>.
With lazy.nvim:
{ "andrewwillette/dictionary.nvim" }