├── LICENSE ├── Makefile ├── README.md ├── deno.jsonc ├── denops └── @ddc-sources │ └── dictionary.ts └── doc └── ddc-dictionary.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/README.md -------------------------------------------------------------------------------- /deno.jsonc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/deno.jsonc -------------------------------------------------------------------------------- /denops/@ddc-sources/dictionary.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/denops/@ddc-sources/dictionary.ts -------------------------------------------------------------------------------- /doc/ddc-dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matsui54/ddc-source-dictionary/HEAD/doc/ddc-dictionary.txt --------------------------------------------------------------------------------