{"id":13806469,"url":"https://github.com/zakuro9715/vim-vtools","last_synced_at":"2025-04-15T09:52:21.777Z","repository":{"id":75682606,"uuid":"320779792","full_name":"zakuro9715/vim-vtools","owner":"zakuro9715","description":"v language tools for vim","archived":false,"fork":false,"pushed_at":"2021-06-02T01:21:11.000Z","size":28,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T19:06:28.553Z","etag":null,"topics":["v","vim","vim-plugin","vim-plugins","vlang"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakuro9715.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2020-12-12T08:05:12.000Z","updated_at":"2024-05-25T05:08:38.000Z","dependencies_parsed_at":"2023-06-07T08:45:17.370Z","dependency_job_id":null,"html_url":"https://github.com/zakuro9715/vim-vtools","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakuro9715%2Fvim-vtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakuro9715%2Fvim-vtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakuro9715%2Fvim-vtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakuro9715%2Fvim-vtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakuro9715","download_url":"https://codeload.github.com/zakuro9715/vim-vtools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249048712,"owners_count":21204305,"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":["v","vim","vim-plugin","vim-plugins","vlang"],"created_at":"2024-08-04T01:01:12.135Z","updated_at":"2025-04-15T09:52:21.748Z","avatar_url":"https://github.com/zakuro9715.png","language":"Vim script","funding_links":[],"categories":["Other"],"sub_categories":["Editor plugins"],"readme":"# V tools for vim\n\n[V](https://github.com/vlang/v\") tools for Vim, including auto formatting.\n\n## Usage\n\n```\n:w\n```\n\n## Installation\n\nYou can install with your favorite plugin manager\n\n[dein.vim](https://github.com/Shougo/dein.vim)\n\n```viml\ndein#add('zakuro9715/vim-vtools')\n```\n\n[vim-plug](https://github.com/junegunn/vim-plug)\n\n```viml\nPlug 'zakuro9715/vim-vtools'\n```\n\n## Commands\n\n- VFmt: v fmt buffer\n- VTest:\n    - if current file is `_test.v`, v test buffer\n    - if `{current_file}_test.v` exists, v test it.\n    - else v test file_dir\n- VRun: v run buffer\n- VVet: v vet buffer\n- VImport xxx: Insert `import xxx`\n\n## Configuration\n\n```viml\n\" enable auto format when write. (defaut)\nlet g:vfmt = 1\n\" disable auto format.\nlet g:vfmt = 0\n\n\" use vls to format (require vim-lsp and vls)\nlet g:vtools_use_vls = 1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakuro9715%2Fvim-vtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakuro9715%2Fvim-vtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakuro9715%2Fvim-vtools/lists"}