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

https://github.com/desonglll/nvim-dictionary


https://github.com/desonglll/nvim-dictionary

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# nvim-dictionary

A simple Neovim plugin to download and sync a local English dictionary file.

## 📦 Installation (using lazy.nvim)

```lua
{
"desonglll/nvim-dictionary,"
name = "dictionary",
cmd = { "DownloadEnglishWords", "SyncEnglishWords" },
config = function()
require("dictionary")
end,
}