{"id":16643594,"url":"https://github.com/takegue/sum-it.vim","last_synced_at":"2026-01-29T09:04:37.336Z","repository":{"id":24845926,"uuid":"28260871","full_name":"takegue/sum-it.vim","owner":"takegue","description":"This plugin sums up number selected. ","archived":false,"fork":false,"pushed_at":"2014-12-20T10:04:46.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T10:08:18.980Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/takegue.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}},"created_at":"2014-12-20T07:54:03.000Z","updated_at":"2014-12-20T09:31:10.000Z","dependencies_parsed_at":"2022-08-23T06:01:11.600Z","dependency_job_id":null,"html_url":"https://github.com/takegue/sum-it.vim","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/takegue/sum-it.vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takegue%2Fsum-it.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takegue%2Fsum-it.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takegue%2Fsum-it.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takegue%2Fsum-it.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takegue","download_url":"https://codeload.github.com/takegue/sum-it.vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takegue%2Fsum-it.vim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28873457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T08:09:05.889Z","updated_at":"2026-01-29T09:04:37.294Z","avatar_url":"https://github.com/takegue.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"sum-it.vim\n--------------\nThis plugin sums up your selected text.\n\n![sample](https://s3.amazonaws.com/f.cl.ly/items/04440p0N3w2c2o2p3Q3M/output.gif)\n\n\nInstall\n--------------------\n`NeoBundle 'TKNGUE/sum-it.vim'`\n\nConfiguration\n--------------------\nI recommend you that you use this plugin with 'lightline.vim'\n\nfor example, like below:\n```vim\nfunction! MyCount()\n    if mode() =~ '[vV]\\|CTRL-V' \n        return sumit#count_selected_text()\n    else  \n        return ''\n    endif\nendfunction  \n\n\nlet g:lightline = {\n            \\ 'active': {\n            \\ 'left': [ [ 'mode', 'paste' ], [ 'fugitive', 'filename'] ],\n            \\ 'right': [ [ 'lineinfo' ],\n            \\            [ 'percent' ],\n            \\            [ 'fileformat', 'fileencoding', 'filetype' ],\n            \\            [ 'count'] ],\n            \\ },\n            \\ 'component_function': {\n            \\   'count': 'MyCount',\n            \\ }}\n```\n\nHave a nice vim life!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakegue%2Fsum-it.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakegue%2Fsum-it.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakegue%2Fsum-it.vim/lists"}