{"id":15994301,"url":"https://github.com/pixelhandler/vim-config","last_synced_at":"2025-04-05T00:16:03.036Z","repository":{"id":4292799,"uuid":"5423266","full_name":"pixelhandler/vim-config","owner":"pixelhandler","description":"my .vim configuration","archived":false,"fork":false,"pushed_at":"2017-03-16T18:14:05.000Z","size":52,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T08:31:29.024Z","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":"Haacked/AutoUpdate","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixelhandler.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":"2012-08-15T07:31:52.000Z","updated_at":"2017-03-07T05:21:13.000Z","dependencies_parsed_at":"2022-08-20T16:10:12.546Z","dependency_job_id":null,"html_url":"https://github.com/pixelhandler/vim-config","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/pixelhandler%2Fvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelhandler%2Fvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelhandler","download_url":"https://codeload.github.com/pixelhandler/vim-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266569,"owners_count":20910837,"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":[],"created_at":"2024-10-08T07:08:18.933Z","updated_at":"2025-04-05T00:16:03.013Z","avatar_url":"https://github.com/pixelhandler.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim as IDE\n\n## Steps to clone and setup this vim-config\n\n\tcd ~\n\tgit clone git://github.com/pixelhandler/vim-config.git ./.vim\n    cd ~/.vim\n    git submodule init\n    git submodule update\n    git submodule foreach git submodule init\n    git submodule foreach git submodule update\n    mkdir ~/.vim/_backup\n    mkdir ~/.vim/_temp\n    ln -s ~/.vim/.vimrc ~/.vimrc\n    cd ~\n\n*Note: for vagrant users I added a shell script you can use with your provision script, see the vagrant-vim.sh file*\n\n## Steps used create this vim-config repository…\n\n1. Setup the repo\n2. Add submodules\n3. Setup pathogen\n4. Create a .vimrc file\n5. Use a symbolic link to .vimrc in my home directory\n\n### 1. Setup the repo\n\n\tmkdir ~/.vim/\n\tmkdir ~/.vim/{autoload,bundle}\n\tcd ~/.vim/\n\tgit init\n\n### 2. Add submodules\n\n\tgit submodule add http://github.com/tpope/vim-fugitive.git bundle/fugitive\n\nAdd some colors\n\n\tgit submodule add https://github.com/w0ng/vim-hybrid.git bundle/hybrid\n\nInitialize and update\n\n\tgit submodule init\n\tgit submodule update\n\tgit submodule foreach git submodule init\n\tgit submodule foreach git submodule update\n\n- *[neocomplete]* requires lua support, install vim with lua:\n\n\tbrew install vim --with-lua\n\n[neocomplete]: https://github.com/Shougo/neocomplete.vim\n\n### 3. Setup pathogen\n\npathogen.vim Install to `~/.vim/autoload/pathogen.vim`\n\n\tcurl -so ~/.vim/autoload/pathogen.vim https://raw.github.com/tpope/vim-pathogen/master/autoload/pathogen.vim\n\nMust haves in my .vimrc to use pathogen:\n\n\tfiletype off\n\tcall pathogen#runtime_append_all_bundles()\n\tcall pathogen#helptags()\n\n### 4. Create a .vimrc file\n\n\t\" ----------------------------------------------------------\n\t\" Use Vim settings, rather then Vi settings (much better!).\n\t\" This must be first, because it changes other options as a side effect.\n\tset nocompatible      \" Use vim, no vi defaults\n\n\n\t\" ----------------------------------------------------------\n\t\" Pathogen Initialization\n\n\t\" This loads all the plugins in ~/.vim/bundle\n\t\" Use tpope's pathogen plugin to manage all other plugins\n\n\t\" Filetype detection must be off when you run the commands\n\tfiletype off\n\tcall pathogen#runtime_append_all_bundles()\n\t\"call pathogen#infect()\n\tcall pathogen#helptags()\n\n\t\"… and so on, see the .vimrc file in this repo\n\n\n### 5. Use a symbolic link to .vimrc\n\n\tln -s ~/.vim/.vimrc ~/.vimrc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelhandler%2Fvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelhandler%2Fvim-config/lists"}