{"id":17801796,"url":"https://github.com/xissy/vim-taeho-ide","last_synced_at":"2026-02-24T07:13:02.464Z","repository":{"id":147577731,"uuid":"95048176","full_name":"xissy/vim-taeho-ide","owner":"xissy","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-28T23:45:06.000Z","size":3799,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T10:57:33.297Z","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/xissy.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":"2017-06-21T21:34:39.000Z","updated_at":"2018-05-28T23:45:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0275c742-241c-4bb1-a9a4-6177e392ef85","html_url":"https://github.com/xissy/vim-taeho-ide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xissy/vim-taeho-ide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fvim-taeho-ide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fvim-taeho-ide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fvim-taeho-ide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fvim-taeho-ide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xissy","download_url":"https://codeload.github.com/xissy/vim-taeho-ide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xissy%2Fvim-taeho-ide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281584985,"owners_count":26526171,"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-29T02:00:06.901Z","response_time":59,"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":[],"created_at":"2024-10-27T12:39:40.245Z","updated_at":"2025-10-29T07:50:20.232Z","avatar_url":"https://github.com/xissy.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-taeho-ide\n\u003e Get started with rich vim environment in minutes!\n\n### DISCLAIMER: Forked \u0026 inspired by [vim-go-ide](https://github.com/farazdagi/vim-go-ide)\n\n### 0. What is this?\n\nQuite simply this is a vim configuration which will setup all the necessary vim dev environment (and plugins), without overwriting your current Vim settings. Basically, you will be able to use amazing [vim-go plugin](https://github.com/fatih/vim-go) (plus number of others), without affecting your system's Vim configuration.\n\n### 1. Install runtime:\n\nFork the repo, and then clone it to `~/.vim_taeho_runtime`. Once done, just run installation script:\n\n    git clone https://git.taeho.io/taeho/vim-taeho-ide.git ~/.vim_taeho_runtime\n    sh ~/.vim_taeho_runtime/bin/install\n\n**NOTE:** You system's Vim configuration will NOT be changed i.e. it is safe to install.\n\n**REQUIREMENT:** vim-taeho-ide uses [pathogen](https://github.com/tpope/vim-pathogen) to manage plugins. You need to have pathogen installed on your machine (see https://github.com/farazdagi/vim-go-ide/issues/12).\n\n### 2. Run your newly installed Vim configuration:\n\nRemember that your system's Vim config files remain untouched? During installation `.vimrc.go` is created. Let's use it:\n\n    vim -u ~/.vimrc.taeho\n\nAnd btw, nothing prevents you from creation of a handy alias in your `.zshrc`:\n\n    alias vimgo='vim -u ~/.vimrc.taeho'\n\n### 3. Setup necessary go tools (godep, gocode, godoc etc):\n\nIn order for the [amazing vim-go](https://github.com/fatih/vim-go) to be most useful, run `:GoInstallBinaries` from w/i the Vim.\n\n### 4. End-result:\n\n![Screenshot](https://raw.githubusercontent.com/farazdagi/vim-go-ide/master/screenshot.png)\n\nYep, that's it! \n\n### 5. Where to go from here?\n\n- You can also read a corresponding [blog post](http://farazdagi.com/blog/2015/vim-as-golang-ide/).\n- You are highly advised to review [vim-go docs](https://github.com/fatih/vim-go) (just typing `:help vim-go` is also good enough).\n- Review list of plugins installed (see [bin/update_plugins](https://github.com/farazdagi/vim-go-ide/blob/master/bin/update_plugins)), and default configuration that comes with this setup (see [vimrc folder](https://github.com/farazdagi/vim-go-ide/tree/master/vimrc)).\n- You can also define your custom settings in `~/.vim_taeho_runtime/custom_config.vim` the runtime will try to load this file - so feel free to remap keys as you see necessary!\n\n**If you know some plugin that will enhance this setup and thus should be included - submit a PR**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fvim-taeho-ide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxissy%2Fvim-taeho-ide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxissy%2Fvim-taeho-ide/lists"}