{"id":13485293,"url":"https://github.com/sentriz/vim-print-debug","last_synced_at":"2025-10-20T04:08:54.277Z","repository":{"id":79720175,"uuid":"289516069","full_name":"sentriz/vim-print-debug","owner":"sentriz","description":"assisted printf debugging for vim ","archived":false,"fork":false,"pushed_at":"2022-03-21T12:05:47.000Z","size":1181,"stargazers_count":40,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-30T16:37:49.320Z","etag":null,"topics":["debugging","vim","vim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/sentriz.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}},"created_at":"2020-08-22T15:36:02.000Z","updated_at":"2025-01-25T06:58:07.000Z","dependencies_parsed_at":"2023-05-15T13:30:38.692Z","dependency_job_id":null,"html_url":"https://github.com/sentriz/vim-print-debug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sentriz/vim-print-debug","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentriz%2Fvim-print-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentriz%2Fvim-print-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentriz%2Fvim-print-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentriz%2Fvim-print-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sentriz","download_url":"https://codeload.github.com/sentriz/vim-print-debug/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sentriz%2Fvim-print-debug/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280004616,"owners_count":26257576,"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-20T02:00:06.978Z","response_time":62,"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":["debugging","vim","vim-plugin"],"created_at":"2024-07-31T17:01:54.240Z","updated_at":"2025-10-20T04:08:54.229Z","avatar_url":"https://github.com/sentriz.png","language":"Vim script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"# vim-print-debug\n\n![](.github/demo.gif)\n\nautomatic \"printf\" style debugging for vim.  \neach new call returns a unique line with incrementing chars. eg \"aaa\", \"bbb\", \"ccc\".  \n\nit also leaves the print statements in a format where it's easy to add some variable interpolation.  \n\nthis plugin is only for extreme professionals 😎\n\n## install\n\nwith your favourite plugin manager, `sentriz/vim-print-debug`.  \nor just copy the source into your vimrc.\n\nand add a mapping:\n```vim\nnnoremap \u003cleader\u003ep :call print_debug#print_debug()\u003ccr\u003e\n```\n\n## settings\n\n#### `g:print_debug_default` \n\n  - desc: template to use if no language was found\n  - default:\n```vim\nlet g:print_debug_default = '\"{}\"'\n```\n\n#### `g:print_debug_templates` \n\n  - desc: debug line templates for different filetypes. (see `:echo \u0026filetype`)\n  - default:\n```vim\nlet g:print_debug_templates = {\n\\   'go':         'fmt.Printf(\"+++ {}\\n\")',\n\\   'python':     'print(f\"+++ {}\")',\n\\   'javascript': 'console.log(`+++ {}`);',\n\\   'c':          'printf(\"+++ {}\\n\");',\n\\ }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentriz%2Fvim-print-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsentriz%2Fvim-print-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsentriz%2Fvim-print-debug/lists"}