{"id":18989199,"url":"https://github.com/petitgrizzlies/myvim","last_synced_at":"2026-05-08T16:50:13.863Z","repository":{"id":142911421,"uuid":"54770001","full_name":"petitgrizzlies/myVim","owner":"petitgrizzlies","description":"I just want to share with you my vim's config","archived":false,"fork":false,"pushed_at":"2017-01-14T17:10:25.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-21T10:44:02.376Z","etag":null,"topics":["configuration","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petitgrizzlies.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-03-26T08:26:58.000Z","updated_at":"2018-04-09T10:45:23.000Z","dependencies_parsed_at":"2023-07-27T12:00:44.625Z","dependency_job_id":null,"html_url":"https://github.com/petitgrizzlies/myVim","commit_stats":null,"previous_names":["petitgrizzlies/myvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petitgrizzlies/myVim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitgrizzlies%2FmyVim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitgrizzlies%2FmyVim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitgrizzlies%2FmyVim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitgrizzlies%2FmyVim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petitgrizzlies","download_url":"https://codeload.github.com/petitgrizzlies/myVim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petitgrizzlies%2FmyVim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32789367,"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":["configuration","neovim","vim"],"created_at":"2024-11-08T17:05:42.390Z","updated_at":"2026-05-08T16:50:13.829Z","avatar_url":"https://github.com/petitgrizzlies.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My (Neo) Vim \n\n\n## Plugin manager\n\n\nThere is my **vimrc**. I use vim-plug as plugin manager. If it doesn't exist in your _.vim/plugged/autoload/_, it will be download with:\n```bash\nif empty(glob(\"~/.vim/autoload/plug.vim\"))\n\t\t:! curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\nendif\n```\n**OR** \n\n```bash\nif empty(glob(\"~/.config/nvim/autoload/plug.vim\"))\n\t\t:! curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim\nendif\n```\n\nThen you just need to run:\n``` vimrc\n:PlugInstall\n```\nand it will install all missing plugins in _~/.vim/plugged/_. You can change this default folder with this line:\n``` vimrc\ncall plug#begin('~/.vim/plugged')\n```\n**OR**\n``` vimrc\ncall plug#begin('~/.config/nvim/plugged')\n```\n\n\n## Installed plugin\n-------------------\n\nCurrently I have this features:\n\n* the nerdtree : an explorer file in the consol\n* vim-airline : make my vim more beautiful\n* supetab : tab completion\n* auto-pairs : match the matching parenthesis\n* deoplete : complete most of the langage\n* tcomment : easy comment\n* vim-indent-guides : display indentation level\n* molokai : other vim theme\n* tagbar : show your function like in a ide\n* vim-go : go ide for vim\n* neosnippet/neosnippet-snippets : the snippets for a lot of language\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetitgrizzlies%2Fmyvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetitgrizzlies%2Fmyvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetitgrizzlies%2Fmyvim/lists"}