Skip to content

andrewwillette/dictionary.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dictionary.nvim

Look up the definition of any word using dictionaryapi.dev.

Requirements

  • Neovim 0.10+
  • curl in PATH

Usage

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>.

Installation

With lazy.nvim:

{ "andrewwillette/dictionary.nvim" }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages