{"id":15473727,"url":"https://github.com/adwpc/xvim","last_synced_at":"2025-04-16T01:28:13.569Z","repository":{"id":144262705,"uuid":"72704603","full_name":"adwpc/xvim","owner":"adwpc","description":"Powerfull vim configuration for C/C++/GO/JS coder（好用的vim插件集成包，支持C/C++/GO/JS）","archived":false,"fork":false,"pushed_at":"2020-06-03T11:38:57.000Z","size":230,"stargazers_count":67,"open_issues_count":0,"forks_count":67,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-29T03:32:00.348Z","etag":null,"topics":["cscope","golang","plugin","vim","viml"],"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/adwpc.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}},"created_at":"2016-11-03T03:16:30.000Z","updated_at":"2023-10-17T15:00:40.000Z","dependencies_parsed_at":"2024-05-18T09:30:50.067Z","dependency_job_id":null,"html_url":"https://github.com/adwpc/xvim","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/adwpc%2Fxvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adwpc%2Fxvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adwpc%2Fxvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adwpc%2Fxvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adwpc","download_url":"https://codeload.github.com/adwpc/xvim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249181660,"owners_count":21225932,"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":["cscope","golang","plugin","vim","viml"],"created_at":"2024-10-02T03:00:27.140Z","updated_at":"2025-04-16T01:28:13.550Z","avatar_url":"https://github.com/adwpc.png","language":"Vim script","readme":"## layout\n![vim](./vim.png)\n\n## support keys (you can diy keys in ~/.vim/vim/key.vim)\n\n|key|info|说明|\n|---|---|---|\n|,|leader key|前缀键|\n|,ll|open nerd tree on left|打开文件浏览器|\n|,rr|open tag bar on right|打开符号浏览器|\n|//|comment/uncomment code|注释/反注释|\n|,ff|auto format code|自动格式化|\n|,sm|search most recent used file|查找最近使用过的文件|\n|,sf|search file|查找文件|\n|,gd|jump to the definition(c/c++/go)|跳转到定义(c/c++/go)|\n|,fs|cscope find symbols(c/c++/go)|查找符号(c/c++/go)|\n|,ft|cscope find strings(c/c++/go)|查找字符串(c/c++/go)|\n|\\\u003cshift-right\\\u003e|cscope jump to next result|跳转到下一结果|\n|\\\u003cshift-left\\\u003e|cscope jump to previous result|跳转到前一结果|\n|\u003c|open/close cscope result list|打开/关闭查找结果列表|\n|\\\u003cshift-down\\\u003e|jump to next error|跳转到下一错误|\n|\\\u003cshift-up\\\u003e|jump to previous error|跳转到前一错误|\n|\u003e|open/close error list|打开/关闭错误列表|\n|,zi|fold/unfold all code bolcks|整体折叠|\n|,za(or blank)|fold/unfold current block|局部折叠|\n|\\\u003ctab\\\u003e|switch to next buffer|切换下一缓存|\n|\\\u003cshift-tab\\\u003e|switch to previous buffer|切换前一缓存|\n|,tt|add/update your code title|添加/更新文件说明|\n|...|...|...|\n\n\n## support languages and features (支持语言与特性）【 1★=2☆】\n\n|language(语言)|highlight(高亮)|autocomplete(补全)|syntax(查错)|snips(补全块)|jump(跳转)|todo(待改进)|\n|---|---|---|---|---|---|---|\n|c|★★☆|★★☆|★★|★★☆|★★|☆|\n|cpp|★★☆|★★☆|★★☆|★★☆|★★|☆|\n|golang|★★☆|★★☆|★★|★★☆|★☆|☆|\n|javascript|★|★★|☆|★★☆|☆|★★|\n|html|★|★|☆|★★☆|☆|★★|\n|...|...|...|...|...|...|...|\n\n## plugins and resources path\n\nthis is a simple and powerful configuration of vim, you can diy your own vim base on it.\nyou can share some good plugins with me.\n\n|path|DIY info|DIY说明|\n|---|---|---|\n|~/.vimrc|entrance configuration|插件入口\n|~/.vim/base.vim|base configuration|基础配置\n|~/.vim/plugin.vim|plugins configuration|插件们的配置\n|~/.vim/func.vim|function configuration|自定函数\n|~/.vim/key.vim|key configuration|快捷键配置\n|~/.vim/plugged/|plugin installed dir|插件默认安装目录\n|~/.vim/colors/|colorscheme installed dir|色彩主题安装目录\n|~/.vim/snips/|snips collected dir|snip补全收集\n|~/.vim/ycm/|.ycm\\_extra\\_conf.py dir|ycm配置目录\n|~/.vim/dicts/|dictionary dir|字典目录\n\n## install(中途vim-go安装工具时需使用翻墙网络)\n\n\tgit clone https://github.com/adwpc/xvim.git\n\tcd xvim\n\t\n\t#install vimrc\n\t./install vimrc\n\t\n\n    #Q\u0026A, see wiki first\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwpc%2Fxvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadwpc%2Fxvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwpc%2Fxvim/lists"}