{"id":20823592,"url":"https://github.com/rafaels88/vim","last_synced_at":"2026-03-16T11:02:53.512Z","repository":{"id":24207531,"uuid":"27599135","full_name":"rafaels88/vim","owner":"rafaels88","description":"Personal vim configuration","archived":false,"fork":false,"pushed_at":"2021-02-26T00:58:12.000Z","size":18,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T17:16:32.081Z","etag":null,"topics":["vim-configuration","vimrc","vundle"],"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/rafaels88.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":"2014-12-05T16:09:33.000Z","updated_at":"2021-02-26T00:58:03.000Z","dependencies_parsed_at":"2022-08-22T12:10:31.335Z","dependency_job_id":null,"html_url":"https://github.com/rafaels88/vim","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/rafaels88%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaels88%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaels88%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaels88%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaels88","download_url":"https://codeload.github.com/rafaels88/vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172125,"owners_count":20247885,"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":["vim-configuration","vimrc","vundle"],"created_at":"2024-11-17T22:18:58.492Z","updated_at":"2025-12-25T11:56:00.716Z","avatar_url":"https://github.com/rafaels88.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"VIM Configuration\n==============\n\nPersonal vim configuration using VUNDLE\n\n#### Plugins list\n\nTake a look inside .vimrc file.\n\n\n#### To use:\n\n1. Clone this project\n\n  ```\n    cd ~/ \u0026\u0026 git clone https://github.com/rafaels88/vim.git\n    mv ~/vim ~/.vim\n  ```\n\n2. Create a link of .vimrc and .gvimrc to Home directory\n\n  ```\n    ln -s ~/.vim/.gvimrc ~/.gvimrc\n    ln -s ~/.vim/.vimrc ~/.vimrc\n  ```\n\n3. Instal Vundle\n\n  ```\n    mkdir ~/.vim/bundle \u0026\u0026 cd ~/.vim/bundle\n    git clone https://github.com/gmarik/Vundle.vim.git\n  ```\n\n4. Vundle Tasks\n\n  ```\n    cd ~/.vim\n    make plugin_install # INSTALL ALL NEW PLUGINS\n    make plugin_update # UPDATE ALL INSTALLED PLUGINS\n    make plugin_clean # REMOVE ALL UNUSED PLUGINS\n  ```\n\n#### Customizing\n\nAll custom settings are in seaparate files in ```plugin/settings``` folder.\n\n\n#### To install more plugins\n\nJust add another line in .vimrc file.\n\n\n - For AG (the silver search) Plugin, you must install AG itself.\n\n ``` brew install the_silver_searcher ```\n\n or others\n\n https://github.com/ggreer/the_silver_searcher\n\n#### Font\n\nThe font used is Source Code Pro. So, if you don't have this installed, you need to do it first:\nhttps://github.com/adobe-fonts/source-code-pro\n\n###### Linux instructions\n1. Download font's source to ~/.fonts\n2. Untar file in ~/.fonts\n3. sudo ln -s ~/.fonts/[font_directory_name] /usr/share/fonts/fontfiles\n4. sudo fc-cache -fv\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaels88%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaels88%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaels88%2Fvim/lists"}