{"id":18109323,"url":"https://github.com/wolandark/vimdict","last_synced_at":"2025-04-12T23:31:16.248Z","repository":{"id":245384410,"uuid":"818092858","full_name":"wolandark/vimdict","owner":"wolandark","description":"A Simple Wrapper Over The Dict CLI Utility For Vim9","archived":false,"fork":false,"pushed_at":"2024-06-23T02:39:00.000Z","size":39,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-26T17:43:29.922Z","etag":null,"topics":["vim","vim-plugin","vim9-plugin","vim9script"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wolandark.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-21T04:58:54.000Z","updated_at":"2025-03-04T00:45:36.000Z","dependencies_parsed_at":"2024-06-21T22:49:21.453Z","dependency_job_id":"6b2ba04a-a569-4c33-a54f-594c7924511e","html_url":"https://github.com/wolandark/vimdict","commit_stats":null,"previous_names":["wolandark/vimdict"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2Fvimdict","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2Fvimdict/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2Fvimdict/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wolandark%2Fvimdict/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wolandark","download_url":"https://codeload.github.com/wolandark/vimdict/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647257,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["vim","vim-plugin","vim9-plugin","vim9script"],"created_at":"2024-11-01T00:01:42.275Z","updated_at":"2025-04-12T23:31:15.961Z","avatar_url":"https://github.com/wolandark.png","language":"Vim Script","funding_links":[],"categories":["Integrations"],"sub_categories":[],"readme":"# VimDict\nA Simple Wrapper Over The Dict CLI Utility For Vim9\n\n# Dependency\n\n- `dict`\n- `+vim9script`\n- `+popupwin`\n\nThis plugin is written in vim9script and utilizes the popup feature of Vim, therefore it requires a vim 9.0+ compiled with +popupwin option. \u003cbr\u003e You can check this in Vim with `echo has('popupwin')` and `echo has('vim9script')`.\nIf Vim returns `1`, then you have what this plugin needs.\n\n### Install dict on your distro:\n`apt install dict`\n\n`pacman -S dict`\n\n# Install VimDict\nuse your favorite plugin manager, \u003cbr\u003e or:\n```\ngit clone https://github.com/wolandark/vimdict.git ~/.vim/pack/plugins/start/vimdict\n```\n\nor for on-demand loading of the plugin:\n\n```\ngit clone https://github.com/wolandark/vimdict.git ~/.vim/pack/plugins/opt/vimdict\n```\nfor on-deman loading do:\n\n`:packadd vimdict` \n\n`:Dict`\n\n# Usage\nPut your cursor on a word and issue `:Dict`, (No need to select visually or copy the word, that's just for the demo). Move the cursor to dismiss the popup or press `Esc`.\n\n# Configuration \nYou can specify colors for the popup in vimrc, othereise vimdict will use the default highlight group which creates a white on black popup.\n\n```\nlet g:dict_popup_fgcolor = 'Black'\nlet g:dict_popup_bgcolor = 'White'\n```\nOptionally, define a mapping to call `:Dict`\n\n`nnoremap \u003cF2\u003e :Dict\u003cCR\u003e`\n\n# Demo\n![output1](https://github.com/wolandark/vimdict/assets/107309764/c414e1c6-8700-4da1-8832-46c732431a2f)\n\n#### If you have suggestions, or find issues, feel free to let me know\n\n# Enjoy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolandark%2Fvimdict","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwolandark%2Fvimdict","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwolandark%2Fvimdict/lists"}