{"id":22279434,"url":"https://github.com/shortarrow/line_number_deco","last_synced_at":"2025-10-13T17:31:39.886Z","repository":{"id":160692171,"uuid":"619501557","full_name":"ShortArrow/line_number_deco","owner":"ShortArrow","description":"line number decoration","archived":false,"fork":false,"pushed_at":"2025-01-06T22:58:22.000Z","size":865,"stargazers_count":4,"open_issues_count":13,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-24T12:57:54.876Z","etag":null,"topics":["emacs","extension","neovim","vim","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ShortArrow.line-number-deco","language":"TypeScript","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/ShortArrow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-03-27T09:11:05.000Z","updated_at":"2025-02-28T23:08:23.000Z","dependencies_parsed_at":"2025-01-02T22:26:10.976Z","dependency_job_id":"d48b19a9-81ad-4f33-b26e-bd4467c90462","html_url":"https://github.com/ShortArrow/line_number_deco","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ShortArrow/line_number_deco","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fline_number_deco","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fline_number_deco/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fline_number_deco/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fline_number_deco/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShortArrow","download_url":"https://codeload.github.com/ShortArrow/line_number_deco/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShortArrow%2Fline_number_deco/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279016290,"owners_count":26085828,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["emacs","extension","neovim","vim","vscode","vscode-extension"],"created_at":"2024-12-03T15:19:22.654Z","updated_at":"2025-10-13T17:31:39.538Z","avatar_url":"https://github.com/ShortArrow.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LineNumberDeco\n\n[![version icon](https://shields.io/visual-studio-marketplace/v/ShortArrow.line-number-deco)](https://marketplace.visualstudio.com/items?itemName=ShortArrow.line-number-deco)\n[![license icon](https://shields.io/github/license/ShortArrow/line_number_deco)](https://github.com/ShortArrow/line_number_deco/blob/main/LICENSE)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-blueviolet.svg)](https://github.com/ShortArrow/line_number_deco/pulls)\n\nLineNumberDeco is a Visual Studio Code extension.\nAdds relative line numbers to Visual Studio Code with decorations.\nThis is useful if you are using one of the Emacs or Vim like plugins.\n\nThe relative line number can be displayed with only the standard function of vscode. However, when doing pair programming using liveshare or  face-to-face, it is easier to communicate if absolute line numbers are displayed. This extension is useful when you want to display both absolute and relative line numbers.\n\nThis extension has not anoying for testrunners or debuggers.\nBecause, it does not block the display of breakpoint icons, test start icons, test result icons, etc.\n\n## Recommended Usage\n\nUse with these recomended plugins.\n\n- [VSCode Neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim)\n- [Spacemacs](https://marketplace.visualstudio.com/items?itemName=cometeer.spacemacs)\n- [Emacs](https://marketplace.visualstudio.com/items?itemName=vscodeemacs.emacs)\n- [VSCode Vim](https://marketplace.visualstudio.com/items?itemName=vscodevim.vim)\n- [VSpaceCode](https://marketplace.visualstudio.com/items?itemName=VSpaceCode.vspacecode)\n- [Neovim UI Modifier](https://marketplace.visualstudio.com/items?itemName=JulianIaquinandi.nvim-ui-modifier)\n- [Emacs Friendly Keymap](https://marketplace.visualstudio.com/items?itemName=lfs.vscode-emacs-friendly)\n- [Vimacs](https://marketplace.visualstudio.com/items?itemName=migrs.vimacs)\n\n## Features\n\nShow relative line numbers\n![visual representation of the action](./images/Animation.gif)\n![stative image](./images/static_image.png)\n\n## Inspired\n\nThank you for pioneering\n\n- [Double line numbers](https://marketplace.visualstudio.com/items?itemName=slhsxcmy.vscode-double-line-numbers)\n- [Relative line numbers](https://marketplace.visualstudio.com/items?itemName=extr0py.vscode-relative-line-numbers)\n\n## VSCode Embedded Configuration\n\nIf you want not to use this extension, you can use vscode embedded configuration.\n`editor.lineNumbers` to `relative` then you can use relative line numbers.\n\n```json\n{\n    // ... other settings\n    \"editor.lineNumbers\": \"on\" // or \"relative\" or \"off\" or \"interval\", \"on\" is default\n    // ... other settings\n}\n```\n\nOr you can use `editor.lineNumbers` to `off`.\nThen only show line numbers in your vscode by this extension.\n\n## License\n\nMIT License\n\n## Road Map\n\n- More faster!!!\n- More variations to the decoration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Fline_number_deco","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshortarrow%2Fline_number_deco","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshortarrow%2Fline_number_deco/lists"}