{"id":21540795,"url":"https://github.com/llleon/macvim_config","last_synced_at":"2026-02-01T00:03:23.000Z","repository":{"id":231030543,"uuid":"162673401","full_name":"LLLeon/macvim_config","owner":"LLLeon","description":"My MacVim config.","archived":false,"fork":false,"pushed_at":"2021-03-05T12:24:50.000Z","size":43,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T17:07:20.320Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/LLLeon.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}},"created_at":"2018-12-21T06:09:21.000Z","updated_at":"2021-03-05T12:24:52.000Z","dependencies_parsed_at":"2024-04-02T04:31:01.723Z","dependency_job_id":"19dd8bd0-9981-42c8-8843-1ff006fd57cb","html_url":"https://github.com/LLLeon/macvim_config","commit_stats":null,"previous_names":["llleon/macvim_config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LLLeon/macvim_config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLLeon%2Fmacvim_config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLLeon%2Fmacvim_config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLLeon%2Fmacvim_config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLLeon%2Fmacvim_config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLLeon","download_url":"https://codeload.github.com/LLLeon/macvim_config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLLeon%2Fmacvim_config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28961159,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T23:03:11.038Z","status":"ssl_error","status_checked_at":"2026-01-31T22:56:44.691Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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-11-24T04:20:08.124Z","updated_at":"2026-02-01T00:03:22.966Z","avatar_url":"https://github.com/LLLeon.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# macvim_config\n\n主要是 Golang 开发环境。\n\n#### 1. 安装 MacVim\n\n`brew install macvim --with-lua`\n\n\u003e - 需要安装完整的 Xcode；\n\u003e - neocomplete 插件需要 `lua` 支持。\n\n#### 2. 安装插件\n\n安装 vim 插件管理器 [Vundle](https://github.com/VundleVim/Vundle.vim)\n\n`git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`\n\n执行 `mvim ~/.vimrc` 后，在 vim 命令模式执行：`:PluginInstall`。\n\n#### 3. 安装字体\n\nvimrc 中已配置 [Source Code Pro](https://github.com/adobe-fonts/source-code-pro) 字体，[下载字体](https://github.com/adobe-fonts/source-code-pro/archive/2.030R-ro/1.050R-it.zip) 解压后，进入`TTF`目录 全选所有字体打开，安装字体。\n\n#### 4. 配置皮肤\n\n```bash\nmkdir -p ~/.vim/colors\ncurl https://raw.githubusercontent.com/tomasr/molokai/master/colors/molokai.vim \u003e ~/.vim/colors/molokai.vim\n```\n\n#### 5. 插件依赖\n\n\u003e 1. **ctrsf.vim 插件依赖：** `brew install ack`\n\u003e 2. **tagbar 插件依赖：** `brew install ctags`\n\u003e 3. **vim-go 插件依赖：** vim中执行 `:GoInstallBinaries`\n\n#### 6. 编译 YCM\n\n需要安装 cmake：Mac 通过 `brew install cmake` 安装。\n\n```bash\ncd $HOME/.vim/bundle/YouCompleteMe\n./install.py --gocode-completer\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllleon%2Fmacvim_config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllleon%2Fmacvim_config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllleon%2Fmacvim_config/lists"}