{"id":13487247,"url":"https://github.com/imxiejie/ThinkVim","last_synced_at":"2025-03-27T21:32:14.436Z","repository":{"id":48982818,"uuid":"153630111","full_name":"imxiejie/ThinkVim","owner":"imxiejie","description":" Vim configuration in the 21st century","archived":false,"fork":false,"pushed_at":"2021-07-02T08:15:23.000Z","size":88839,"stargazers_count":867,"open_issues_count":10,"forks_count":105,"subscribers_count":19,"default_branch":"develop","last_synced_at":"2025-03-19T22:42:03.927Z","etag":null,"topics":["coc-nvim","dashboard","lsp","neovim","nvim","thinkvim","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/imxiejie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"custom":["https://www.paypal.me/bobbyhub"]}},"created_at":"2018-10-18T13:40:57.000Z","updated_at":"2024-12-17T15:00:48.000Z","dependencies_parsed_at":"2022-09-07T13:22:06.056Z","dependency_job_id":null,"html_url":"https://github.com/imxiejie/ThinkVim","commit_stats":null,"previous_names":["hardcoreplayers/thinkvim"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxiejie%2FThinkVim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxiejie%2FThinkVim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxiejie%2FThinkVim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imxiejie%2FThinkVim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imxiejie","download_url":"https://codeload.github.com/imxiejie/ThinkVim/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245535497,"owners_count":20631297,"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":["coc-nvim","dashboard","lsp","neovim","nvim","thinkvim","vim","vimrc"],"created_at":"2024-07-31T18:00:57.017Z","updated_at":"2025-03-27T21:32:13.994Z","avatar_url":"https://github.com/imxiejie.png","language":"Vim script","funding_links":["https://www.paypal.me/bobbyhub"],"categories":["Vim Script","Vim script"],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/hardcoreplayers/ThinkVim.svg?branch=master)](https://travis-ci.com/hardcoreplayers/ThinkVim)\n[![Go Report Card](https://goreportcard.com/badge/github.com/hardcoreplayers/ThinkVim)](https://goreportcard.com/report/github.com/hardcoreplayers/ThinkVim)\n\n## \u003cdiv align=\"center\"\u003e ThinkVim\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cb\u003e\u003ca href=\"https://github.com/hardcoreplayers/ThinkVim/wiki/Screenshots\"\u003eScreenshots\u003c/a\u003e\u003c/b\u003e\n  •\n  \u003cb\u003e\u003ca href=\"https://github.com/hardcoreplayers/ThinkVim/wiki/QuickStart\"\u003eGet started\u003c/a\u003e\u003c/b\u003e\n  •\n  \u003cb\u003e\u003ca href=\"https://github.com/hardcoreplayers/ThinkVim/wiki/Shorcuts\"\u003eShortcuts\u003c/a\u003e\u003c/b\u003e\n  •\n  \u003cb\u003e\u003ca href=\"/docs\"\u003edocs\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\n\u003cimg\nsrc=\"https://user-images.githubusercontent.com/41671631/84489554-71c4f980-acd4-11ea-929a-4dfc0f9ea1bf.png\" width=\"704\" height=\"507\"\u003e\n\u003c/div\u003e\n\n\n\u003e For some users I write a cli to generate vim configuration called [Jarvim](https://github.com/glepnir/jarvim)\n\n## Features\n\n- Minimalistic good looks inspired by modern editors.\n- A modular architecture for a more organized Neovim configuration.\n- Automatic indentation detection and editorconfig integration. Let someone else argue about tabs vs _*spaces*_.\n- Fast search (and replace) utilities, powered by [ripgrep](https://github.com/BurntSushi/ripgrep) and\n  [vim-clap](https://github.com/liuchengxu/vim-clap)\n- A combining vim and emacs keybinding scheme, centered around leader and localleader prefix keys (\u003ckbd\u003eSPC\u003c/kbd\u003e and \u003ckbd\u003e;\u003c/kbd\u003e, by default).\n- Full Lsp support by [coc.nvim](https://github.com/neoclide/coc.nvim)\n- Fast startup less than 80ms with 60+ plugins and a declarative plugin management powered by\n  [dein](https://github.com/Shougo/dein.vim)\n- Beautiful statusline\n  [spaceline.vim](https://github.com/glepnir/spaceline.vim)\n- colorscheme\n  [OceanicMaterial](https://github.com/glepnir/oceanic-material)\n- dashboard\n  [dashboard-nvim](https://github.com/glepnir/dashboard-nvim)\n- Interactive shell installation language support\n\n## Installation\n\n```console\ngit clone --depth=1 https://github.com/hardcoreplayers/ThinkVim.git ~/.config/nvim\ncd ~/.config/nvim\nbash scripts/install.sh\n```\n\n## Uninstall\n\n```console\nbash scripts/cleanup.sh\n```\n\n## Quick Start\n\nCheck the [thinkvim wiki](https://github.com/hardcoreplayers/ThinkVim/wiki) page or docs folder.\n\n## Feedback\n\n- ask on [![Gitter](https://badges.gitter.im/thinkvim/Thinkvim.svg)](https://gitter.im/thinkvim/Thinkvim?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n- 中文频道 [![Gitter](https://badges.gitter.im/thinkvim/community.svg)](https://gitter.im/thinkvim/community?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n## Backers\n\nDo you like ThinkVim? keep it alive by donating funds 😘!\n\n[![Support via PayPal](https://cdn.rawgit.com/twolfson/paypal-github-button/1.0.0/dist/button.svg)](https://www.paypal.me/bobbyhub)\n\n\u003ca href=\"https://github.com/emeentag\" target=\"_blank\" title=\"emeentag\"\u003e\n  \u003cimg src=\"https://github.com/emeentag.png?size=64\" width=\"64\" height=\"64\" alt=\"emeentag\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/dewoller\" target=\"_blank\" title=\"dewoller\"\u003e\n  \u003cimg src=\"https://github.com/dewoller.png?size=64\" width=\"64\" height=\"64\" alt=\"dewoller\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/baIIoon\" target=\"_blank\" title=\"balloon\"\u003e\n  \u003cimg src=\"https://github.com/baIIoon.png?size=64\" width=\"64\" height=\"64\" alt=\"balloon\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/gabriel-pena\" target=\"_blank\" title=\"gabriel-pena\"\u003e\n  \u003cimg src=\"https://github.com/gabriel-pena.png?size=64\" width=\"64\" height=\"64\" alt=\"gabriel-pena\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/gstormlee\" target=\"_blank\" title=\"gstormlee\"\u003e\n  \u003cimg src=\"https://github.com/gstormlee.png?size=64\" width=\"64\" height=\"64\" alt=\"gstormlee\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://github.com/xiaomabetter\" target=\"_blank\" title=\"xiaomabetter\"\u003e\n  \u003cimg src=\"https://github.com/xiaomabetter.png?size=64\" width=\"64\" height=\"64\" alt=\"xiaomabetter\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/byxjxj\" target=\"_blank\" title=\"byxjxj\"\u003e\n  \u003cimg src=\"https://github.com/byxjxj.png?size=64\" width=\"64\" height=\"64\" alt=\"byxjxj\"\u003e\n\u003c/a\u003e\n\n| Wechat                                                                                                          | AliPay                                                                                                       |\n| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |\n| ![wechat](https://user-images.githubusercontent.com/41671631/84404718-c8312a00-ac39-11ea-90d7-ee679fbb3705.png) | ![ali](https://user-images.githubusercontent.com/41671631/84403276-1a714b80-ac38-11ea-8607-8492df84e516.png) |\n\n## Credits \u0026 Contribution\n\n- [chemzqm](https://github.com/chemzqm)\n- [rafi](https://github.com/rafi/vim-config)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimxiejie%2FThinkVim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimxiejie%2FThinkVim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimxiejie%2FThinkVim/lists"}