{"id":38724334,"url":"https://github.com/serna37/vim","last_synced_at":"2026-01-17T11:14:07.442Z","repository":{"id":63160061,"uuid":"565510424","full_name":"serna37/vim","owner":"serna37","description":"ALL IN ONE VIM WITH ONLY ONE VIMRC FILE.","archived":false,"fork":false,"pushed_at":"2023-11-07T06:41:48.000Z","size":31269,"stargazers_count":2,"open_issues_count":31,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-07T07:33:01.070Z","etag":null,"topics":["vim","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serna37.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}},"created_at":"2022-11-13T16:30:31.000Z","updated_at":"2023-08-17T05:40:34.000Z","dependencies_parsed_at":"2023-11-07T07:44:59.857Z","dependency_job_id":null,"html_url":"https://github.com/serna37/vim","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"purl":"pkg:github/serna37/vim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serna37","download_url":"https://codeload.github.com/serna37/vim/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serna37%2Fvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"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":["vim","vimrc"],"created_at":"2026-01-17T11:14:06.828Z","updated_at":"2026-01-17T11:14:07.429Z","avatar_url":"https://github.com/serna37.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Demo (only vimrc)\n![demo](sample/demo.gif)\n\n# Dependencies\n- vim 8.2~\n\n# Plugin's Dependencies\nif install plugins by `:PlugInstall` command, need here.\u003cbr\u003e\nalse see [Install_Plugins](#install_plugins)\n\n|plugins|dependencies|\n|--|--|\n|[coc.nvim](https://github.com/neoclide/coc.nvim)|\u003cul\u003e\u003cli\u003e[node.js](https://github.com/nodejs/node)\u003cli\u003eyarn: `npm install -g yarn`\u003cli\u003e[fzf](https://github.com/junegunn/fzf)|\n|language server with coc|see [here](https://github.com/neoclide/coc.nvim/wiki/Language-servers)|\n|[vimspector](https://github.com/puremourning/vimspector)|Vim 8.2 Huge build compiled with Python 3.10 or later\u003cbr\u003e※also see [here](https://github.com/puremourning/vimspector#dependencies)|\n|[github/copilot.vim](https://github.com/github/copilot.vim)|[GitHub Copilot](https://github.com/github-copilot/signup)|\n|[CoderCookE/vim-chatgpt](https://github.com/CoderCookE/vim-chatgpt)|https://platform.openai.com/account/api-keys|\n\n# Recommendation commands / packages\n|command / package|purpose|use in vim if include|\n|--|--|--|\n|[lazygit](https://github.com/jesseduffield/lazygit)|GUI git operations|\u003cul\u003e\u003cli\u003e[x] \u003c/ul\u003e|\n|[bat](https://github.com/sharkdp/bat)|syntaxed preview in coc fzf (references/outline)|\u003cul\u003e\u003cli\u003e[x] \u003c/ul\u003e|\n|[powerline/fonts](https://github.com/powerline/fonts)|font|\u003cul\u003e\u003cli\u003e[x] \u003c/ul\u003e|\n|[ryanoasis/nerd-fonts](https://github.com/ryanoasis/nerd-fonts)|font|\u003cul\u003e\u003cli\u003e[x] \u003c/ul\u003e|\n|[ryanoasis/vim-devicons](https://github.com/ryanoasis/vim-devicons)|icon|\u003cul\u003e\u003cli\u003e[x] \u003c/ul\u003e|\n\n# Installation\n\n## 1. get vim 8.2~\n```sh\nbrew install vim\n```\nor\n```sh\ngit clone --depth 1 https://github.com/vim/vim.git \\\n\u0026\u0026 cd vim \u0026\u0026 ./configure --with-features=huge --enable-python3interp=dynamic \\\n\u0026\u0026 sudo make \u0026\u0026 sudo make install \\\n\u0026\u0026 vim --version\n```\n\n## 2. get this vimrc\n```sh\ngit clone --depth 1 https://github.com/serna37/vim \u0026\u0026 ln -s vim/.vimrc ~/.vimrc\n```\nor\n```sh\ncurl https://raw.githubusercontent.com/serna37/vim/master/.vimrc \u003e ~/.vimrc\n```\n\n## 3. [optional] execute command on vim\n```\n:PlugInstall\n```\nother commands / keymaps details are in cheat sheet.\u003cbr\u003e\n※ I chose yapf for python formatter, so need `python -m pip install yapf`\n※ To disable inlay hint on clangd\n`mkdir -p ~/Library/Preferences/clangd \u0026\u0026 vi ~/Library/Preferences/clangd/config.yaml`\n```\n InlayHints:\n  Enabled: No\n```\n\n\n## 4. [optional] setup [copilot](https://github.com/github/copilot.vim)\n```\n:Copilot setup\n```\n※ Needs [GitHub Copilot](https://github.com/github-copilot/signup)\n\n# How to use\nWhen you start vim with no args like\n```\nvim\n```\nYou can see cheat sheet on start menu. This is here.\n![cheat_sheet.png](sample/cheat_sheet.png)\n\nalso see [wiki-debug](https://github.com/serna37/vim/wiki/Debug)\n\n# Install_Plugins\n`:PlugInstall` command install these plugins.\n- [neoclide/coc.nvim](https://github.com/neoclide/coc.nvim)\n- [puremourning/vimspector](https://github.com/puremourning/vimspector)\n- [github/copilot.vim](https://github.com/github/copilot.vim)\n- [CoderCookE/vim-chatgpt](https://github.com/CoderCookE/vim-chatgpt)\n\n# Inspired Plugins (no install)\nthis `vimrc` including functions inspired these plugins.\n- [simeji/winresizer](https://github.com/simeji/winresizer)\n- [jiangmiao/auto-pairs](https://github.com/jiangmiao/auto-pairs)\n- [tpope/vim-surround](https://github.com/tpope/vim-surround)\n- [vim-airline/vim-airline](https://github.com/vim-airline/vim-airline)\n- [junegunn/fzf.vim](https://github.com/junegunn/fzf.vim)\n- [junegunn/fzf](https://github.com/junegunn/fzf)\n- [preservim/nerdtree](https://github.com/preservim/nerdtree)\n- [yuttie/comfortable-motion.vim](https://github.com/yuttie/comfortable-motion.vim)\n- [easymotion/vim-easymotion](https://github.com/easymotion/vim-easymotion)\n- [unblevable/quick-scope](https://github.com/unblevable/quick-scope)\n- [t9md/vim-quickhl](https://github.com/t9md/vim-quickhl)\n- [MattesGroeger/vim-bookmarks](https://github.com/MattesGroeger/vim-bookmarks)\n- [junegunn/goyo.vim](https://github.com/junegunn/goyo.vim)\n- [mhinz/vim-startify](https://github.com/mhinz/vim-startify)\n- [markonm/traces.vim](https://github.com/markonm/traces.vim)\n- [thinca/vim-quickrun](https://github.com/thinca/vim-quickrun)\n- [joshdick/onedark.vim](https://github.com/joshdick/onedark.vim)\n\n# Original\nthis `vimrc` including these functions.\n- Running Cat\n- Popup terminal/git\n- Tab Anchor\n- Search Current File fzf\n- Grep Recursive Interactive\n- IDE menu\n- Completion\n- PlugInstall / PlugUnInstall\n- Training Wheels Protocol\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserna37%2Fvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserna37%2Fvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserna37%2Fvim/lists"}