{"id":28504466,"url":"https://github.com/felippemauricio/vimrc","last_synced_at":"2026-05-08T10:36:57.465Z","repository":{"id":96662490,"uuid":"158105315","full_name":"felippemauricio/vimrc","owner":"felippemauricio","description":"The ultimate Vim configuration: vimrc","archived":false,"fork":false,"pushed_at":"2022-10-05T01:39:54.000Z","size":475,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-06T04:37:43.274Z","etag":null,"topics":["ide","linux","osx","terminal","vim","vimrc"],"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/felippemauricio.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,"zenodo":null}},"created_at":"2018-11-18T16:46:45.000Z","updated_at":"2019-10-10T21:00:29.000Z","dependencies_parsed_at":"2023-04-10T09:02:27.493Z","dependency_job_id":null,"html_url":"https://github.com/felippemauricio/vimrc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/felippemauricio/vimrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felippemauricio%2Fvimrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felippemauricio%2Fvimrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felippemauricio%2Fvimrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felippemauricio%2Fvimrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felippemauricio","download_url":"https://codeload.github.com/felippemauricio/vimrc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felippemauricio%2Fvimrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["ide","linux","osx","terminal","vim","vimrc"],"created_at":"2025-06-08T18:05:36.080Z","updated_at":"2026-05-08T10:36:57.455Z","avatar_url":"https://github.com/felippemauricio.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .vimrc\n\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/felippemauricio/vimrc/pulls)\n[![Platform](https://img.shields.io/badge/platform-linux%20%7C%20macos-lightgrey.svg)](https://www.apple.com/lae/macos/mojave/)\n[![IDE Style](https://img.shields.io/badge/IDE%20style-visual%20studio%20code-blue.svg)](https://github.com/Microsoft/vscode)\n\n\nOver the last 2 year, I have used and tweaked Vim. This is my configuration, to save this file and learn more\n\n![](https://raw.githubusercontent.com/felippemauricio/vimrc/master/docs/img/my_vim.png)\n\n## What do you need?\n\n- git\n\n## How to install?\n\nRun the `install.sh` file.\n\n```\n./install.sh\n```\n\n## Vim Plugins at this project\n\n- [ack](https://github.com/mileszs/ack.vim)\n- [ale](https://github.com/w0rp/ale)\n- [ctrlp.vim](https://github.com/kien/ctrlp.vim)\n- [editorconfig-vim](https://github.com/editorconfig/editorconfig-vim)\n- [MatchTagAlways](https://github.com/Valloric/MatchTagAlways)\n- [nerdtree](https://github.com/scrooloose/nerdtree)\n- [nerdtree-git-plugin](https://github.com/Xuyuanp/nerdtree-git-plugin)\n- [vim-airline](https://github.com/vim-airline/vim-airline)\n- [vim-airline-themes](https://github.com/vim-airline/vim-airline-themes)\n- [vim-code-dark](https://github.com/tomasiser/vim-code-dark)\n- [vim-commentary](https://github.com/tpope/vim-commentary)\n- [vim-eunuch](https://github.com/tpope/vim-eunuch)\n- [vim-fugitive](https://github.com/tpope/vim-fugitive)\n- [vim-gitgutter](https://github.com/airblade/vim-gitgutter)\n- [vim-multiple-cursors](https://github.com/terryma/vim-multiple-cursors)\n- [vim-polyglot](https://github.com/sheerun/vim-polyglot)\n- [vim-swaplines](https://github.com/skammer/vim-swaplines)\n\n## Shortcuts\n\n- `Control + a`: Open and close tree\n- `Control + n`: Multiple cursors\n- `Control + p`: Find files\n- `Control + t`: Open file in new tab\n- `Control + x`: Remove hypertext after search\n- `Control + Shift + Arrow Up`: Move line to up\n- `Control + Shift + Arrow Down`: Move line to down\n- `gc`: Comment and discomment lines\n- `m`: Create, Rename or delete files on Tree\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelippemauricio%2Fvimrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelippemauricio%2Fvimrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelippemauricio%2Fvimrc/lists"}