{"id":13485260,"url":"https://github.com/uki00a/vim-deno","last_synced_at":"2025-07-02T03:36:12.833Z","repository":{"id":54444572,"uuid":"291271028","full_name":"uki00a/vim-deno","owner":"uki00a","description":"An experimental vim plugin for Deno🦕","archived":false,"fork":false,"pushed_at":"2021-02-17T13:21:47.000Z","size":39,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T12:09:31.214Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/uki00a.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-29T12:54:00.000Z","updated_at":"2024-07-01T06:10:17.000Z","dependencies_parsed_at":"2022-08-13T15:50:42.591Z","dependency_job_id":null,"html_url":"https://github.com/uki00a/vim-deno","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/uki00a/vim-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fvim-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fvim-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fvim-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fvim-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uki00a","download_url":"https://codeload.github.com/uki00a/vim-deno/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uki00a%2Fvim-deno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263071204,"owners_count":23409255,"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":[],"created_at":"2024-07-31T17:01:53.277Z","updated_at":"2025-07-02T03:36:12.803Z","avatar_url":"https://github.com/uki00a.png","language":"Vim script","readme":"# vim-deno\n\nAn experimental vim plugin for Deno\n\n## Requirements\n\n- Neovim\n- Deno\n- Node.js (Not required if you don't use [ALE integration](#experimental-ale-integration))\n\n## Features\n\n- [Basic interface for deno command](#commands)\n- [ALE integration](#experimental-ale-integration)\n\n## Installation\n\n#### [dein.vim](https://github.com/Shougo/dein.vim)\n\n```toml\n[[plugins]]\nrepo = 'uki00a/vim-deno'\nbuild = 'npm install' # If you want to use tsserver integration via ALE\n```\n\n## Commands\n\nRun the current buffer using `deno run`:\n\n```\n:DenoRun\n```\n\nFormat the current buffer using `deno fmt`:\n\n```\n:DenoFmt\n```\n\nRun tests for the current file using `deno test`:\n\n```\n:DenoTest\n```\n\nLint the current buffer using `deno lint`:\n\n```\n:DenoLint\n```\n\nShow documentation for the current file using `deno doc`:\n\n```\n:DenoDoc\n```\n\n## (experimental) ALE integration\n\nThis plugin provides [ALE](https://github.com/dense-analysis/ale) integration. The following linters are defined in [ale_linters/typescript](/ale_linters/typescript) directory:\n\n* `deno` - lints the file using `deno lint` command.\n* `deno-tsserver` - provides tsserver integration using [typescript-deno-plugin](https://github.com/justjavac/typescript-deno-plugin).\n\nWhen you want to use `deno-tsserver`, run the following command in the root directory of this plugin:\n\n```shell\n$ npm install\n```\n\nBy default, ALE run all available linters. If you limit ALE to use linters provided by this plugin, add the following setting to your `init.vim`:\n\n```vim\nlet g:ale_linters = {}\n\n...\n\nlet g:ale_linters['typescript'] = ['deno', 'deno-tsserver']\n```\n\n## TODO\n\n- [ ] Add support for Vim\n- [x] Implement DenoRun command\n- [x] Implement DenoLint command\n- [ ] Improve DenoTest command\n- [x] ALE integration\n- [x] tsserver integration\n- [ ] LSP integration?\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuki00a%2Fvim-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuki00a%2Fvim-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuki00a%2Fvim-deno/lists"}