https://github.com/desonglll/nvim-dictionary
https://github.com/desonglll/nvim-dictionary
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/desonglll/nvim-dictionary
- Owner: desonglll
- Created: 2025-07-18T13:14:56.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-18T16:48:40.000Z (4 months ago)
- Last Synced: 2025-09-12T03:19:07.509Z (2 months ago)
- Language: Lua
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-neovim-pluginlist - desonglll/nvim-dictionary - dictionary)   (Other Standard Feature Enhancement / Dictionary)
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,
}