{"id":29483676,"url":"https://github.com/acidburnmonkey/ruffer","last_synced_at":"2026-05-07T13:39:42.813Z","repository":{"id":298797861,"uuid":"1001168460","full_name":"acidburnmonkey/ruffer","owner":"acidburnmonkey","description":"This plugin uses Ruff to show warnings and errors inside neovim and allows you to run Ruff on the file without having to open a new terminal window.","archived":false,"fork":false,"pushed_at":"2025-06-13T00:14:15.000Z","size":1199,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"plugin","last_synced_at":"2025-06-13T01:24:56.511Z","etag":null,"topics":["formatter","linter","neovim","python","ruff"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/acidburnmonkey.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-12T23:57:44.000Z","updated_at":"2025-06-13T00:09:19.000Z","dependencies_parsed_at":"2025-06-13T01:25:22.181Z","dependency_job_id":"cc8f2a32-8a16-4733-b51d-dd5e2a9caa02","html_url":"https://github.com/acidburnmonkey/ruffer","commit_stats":null,"previous_names":["acidburnmonkey/ruffer"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/acidburnmonkey/ruffer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fruffer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fruffer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fruffer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fruffer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acidburnmonkey","download_url":"https://codeload.github.com/acidburnmonkey/ruffer/tar.gz/refs/heads/plugin","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acidburnmonkey%2Fruffer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265401302,"owners_count":23758984,"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":["formatter","linter","neovim","python","ruff"],"created_at":"2025-07-15T04:01:11.787Z","updated_at":"2026-05-07T13:39:42.809Z","avatar_url":"https://github.com/acidburnmonkey.png","language":"Lua","funding_links":["https://www.buymeacoffee.com/acidburn"],"categories":[],"sub_categories":[],"readme":"# What is this ?\n\nThis plugin uses [Ruff](https://docs.astral.sh/ruff/) to show warnings and errors inside neovim and allows you to run Ruff on the file without having to\nopen a new terminal window. It supports pyproject.toml and ruff.toml.\n\n# Install\n\n- ruff must be on your path [Astral Site](https://docs.astral.sh/ruff/installation/)\n\n### Lazy\n\n```lua\n{\n    'acidburnmonkey/ruffer',\n    config = function()\n      require('ruffer').setup()\n    end,\n  },\n```\n\n### Or Others\n\n```\n {'acidburnmonkey/ruffer'}\n```\n\non init.lua add\n\n```lua\nrequire('ruffer').setup()\n```\n\n# Screenshot\n\n![ruffer](img/image.png)\n\n# Key Mappings\n\n### Defaults\n\n- \\\u003cF5\u003e Show UI\n- \\\u003cF7\u003e Runs the Ruff Formatter\n\n### Remap Defaults\n\n```lua\n-- Load the plugin\nrequire('ruffer')\n\n-- Map :Ruffer to \u003cleader\u003ef for showing errors\nvim.keymap.set('n', '\u003cleader\u003ef', ':Ruffer\u003cCR\u003e', { noremap = true, silent = true })\n\n-- Map :RufferFormat to \u003cleader\u003eF for formatting\nvim.keymap.set('n', '\u003cleader\u003eF', ':RufferFormat\u003cCR\u003e', { noremap = true, silent = true })\n```\n\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n# Chill links\n\n\u003ca href=\"https://www.buymeacoffee.com/acidburn\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Ferrai\" height=\"41\" width=\"174\"\u003e\u003c/a\u003e\n\n## Monero \u003cimg src=\"https://www.getmonero.org/press-kit/symbols/monero-symbol-1280.png\" width=\"60\" height=\"60\"\u003e\n\n```\n43Sxiso2FHsYhP7HTqZgsXa3m3uHtxHQdMeHxECqRefyazZfpGVCLVsf1gU68jxJBo1G171AC181q1BqAUaG1m554MLsspG\n```\n\n## Bitcon \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/4/46/Bitcoin.svg\" width=\"60\" height=\"60\"\u003e\n\n```\nbc1qk06cyheffclx7x434zpxjzcdl50452r9ducw0x\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidburnmonkey%2Fruffer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facidburnmonkey%2Fruffer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facidburnmonkey%2Fruffer/lists"}