{"id":13453364,"url":"https://github.com/matteocrippa/awesome-vim","last_synced_at":"2025-03-24T01:31:22.096Z","repository":{"id":19278851,"uuid":"22515504","full_name":"matteocrippa/awesome-vim","owner":"matteocrippa","description":"A collaborative list of awesome vim resources. Feel free to contribute!","archived":true,"fork":false,"pushed_at":"2019-01-18T10:51:08.000Z","size":15,"stargazers_count":159,"open_issues_count":7,"forks_count":18,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-05-18T19:48:05.007Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"dvazquezcvc/mcv-m5","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matteocrippa.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-08-01T15:29:01.000Z","updated_at":"2023-12-11T23:47:16.000Z","dependencies_parsed_at":"2022-09-25T05:25:12.425Z","dependency_job_id":null,"html_url":"https://github.com/matteocrippa/awesome-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/matteocrippa%2Fawesome-vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteocrippa%2Fawesome-vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteocrippa%2Fawesome-vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matteocrippa%2Fawesome-vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matteocrippa","download_url":"https://codeload.github.com/matteocrippa/awesome-vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245194211,"owners_count":20575725,"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-07-31T08:00:38.769Z","updated_at":"2025-03-24T01:31:21.684Z","avatar_url":"https://github.com/matteocrippa.png","language":null,"readme":"awesome-vim\n===========\n\nA collaborative list of awesome **vim** resources inspired by [awesome-swift](https://github.com/matteocrippa/awesome-swift). Feel free to contribute!\n\n\n- [Awesome Vim](#awesome-vim)\n  - [Vim Download](#vim-download)\n  - [Plugins](#plugins)\n    - [Explorer](#explorer)\n    - [File finder](#file-finder)\n    - [Git](#git)\n    - [Plugin Manager](#plugin-manager)\n    - [Syntax](#syntax)\n    - [Snippet Manager](#snippet-manager)\n    - [Buffer](#buffer)\n  - [Tutorials](#tutorials)\n\n## Vim Download\n\n* [MacVIM](https://github.com/b4winckler/macvim) - VIM for OSX.\n* [Windows VIM](http://ftp.vim.org/pub/vim/pc/gvim74.exe) - Self installing VIM for Win.\n\n\n## Plugins\nA cool list of interesting plugins for VIM\n\n\n### Explorer\n* [NERDTree](https://github.com/scrooloose/nerdtree) - A filesystem tree explorer.\n\n\n### File finder\n* [CtrlP](https://github.com/kien/ctrlp.vim) - Fuzzy file, buffer, mru, tag, etc finder.\n* [FuzzyFinder](https://bitbucket.org/ns9tks/vim-fuzzyfinder/) - Quick reach buffer/file/command/bookmark/tag you want.\n* [Unite](https://github.com/Shougo/unite.vim) - You can search display information from arbitrary sources.\n\n\n### Git\n* [Fugitive](https://github.com/tpope/vim-fugitive) - Git wrapper for vim.\n* [vim-gitgutter](https://github.com/airblade/vim-gitgutter) - A Vim plugin which shows a git diff in the 'gutter' (sign column) and stages/undoes hunks.\n\n\n### Plugin Manager\n* [Pathogen](https://github.com/tpope/vim-pathogen) - Install and manage plugin and runtime files easier.\n* [Vim-plug](https://github.com/junegunn/vim-plug) - Minimalist Vim Plugin Manager.\n* [Vundle](https://github.com/VundleVim/Vundle.vim) - Vundle plugin manager.\n\n\n### Syntax\n* [vim-polyglot](https://github.com/sheerun/vim-polyglot) - Meta-plugin for syntaxes\n* [Go](https://github.com/fatih/vim-go) - Go support\n* [Ruby](https://github.com/vim-ruby/vim-ruby) - Ruby\n* [Rust](https://github.com/rust-lang/rust.vim) - Rust support\n* [Swift](https://github.com/keith/swift.vim) - Swift\n* [Syntastic](https://github.com/vim-syntastic/syntastic) - Syntax checker\n* [ALE](https://github.com/w0rp/ale) - Asynchronous Lint Engine\n\n\n### Snippet Manager\n* [Snipmate](https://github.com/garbas/vim-snipmate) - Snippet manager for vim.\n\n\n### UI\n* [Airline](https://github.com/bling/vim-airline) - Status/Tab bar now looks better.\n* [Vim-lastplace](https://github.com/dietsche/vim-lastplace) - Intelligently reopen files where you left off.\n* [Vim-startify](https://github.com/mhinz/vim-startify) - A fancy start screen for Vim.\n\n### Buffer\n* [bufonly](https://github.com/muziqiushan/vim-bufonly) - maintain current only using one command\n\n### Code completion\n* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) - A code-completion engine for Vim\n\n## Rails development\n* [vim-coffee-script](https://github.com/kchmck/vim-coffee-script) - CoffeeScript support for vim\n* [vim-cucumber](https://github.com/tpope/vim-cucumber) - Vim Cucumber runtime files\n* [vim-endwise](https://github.com/tpope/vim-endwise) - endwise.vim: wisely add \"end\" in ruby, endfunction/endif/more in vim script, etc\n* [vim-haml](https://github.com/tpope/vim-haml) - Vim runtime files for Haml, Sass, and SCSS\n* [vim-rails](https://github.com/tpope/vim-rails) - rails.vim: Ruby on Rails power tools\n* [vim-slim](https://github.com/slim-template/vim-slim) - slim syntax highlighting for vim\n\n## Tutorials\n\n* [Vimcasts](http://vimcasts.org) - Drew Neil's screencasts, articles and publications\n","funding_links":[],"categories":["Others","Uncategorized","Technical","To Sort","General"],"sub_categories":["Uncategorized","awesome-*"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteocrippa%2Fawesome-vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatteocrippa%2Fawesome-vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatteocrippa%2Fawesome-vim/lists"}