{"id":46244250,"url":"https://github.com/someiro/mvrc","last_synced_at":"2026-03-03T21:01:05.404Z","repository":{"id":339746122,"uuid":"1163188077","full_name":"someiro/MVrc","owner":"someiro","description":"Modern Vim Configuration","archived":false,"fork":false,"pushed_at":"2026-02-28T14:48:14.000Z","size":20042,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-28T17:51:46.617Z","etag":null,"topics":["chatgpt","dark-theme","editor","git-integration","productivity","programming","vim","vim9","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/someiro.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-21T08:25:16.000Z","updated_at":"2026-02-28T14:48:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/someiro/MVrc","commit_stats":null,"previous_names":["someiro/mvrc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/someiro/MVrc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someiro%2FMVrc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someiro%2FMVrc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someiro%2FMVrc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someiro%2FMVrc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/someiro","download_url":"https://codeload.github.com/someiro/MVrc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/someiro%2FMVrc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30060622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T18:21:05.932Z","status":"ssl_error","status_checked_at":"2026-03-03T18:20:59.341Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chatgpt","dark-theme","editor","git-integration","productivity","programming","vim","vim9","vimrc"],"created_at":"2026-03-03T21:01:04.600Z","updated_at":"2026-03-03T21:01:05.399Z","avatar_url":"https://github.com/someiro.png","language":"Vim Script","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg controls src=\"docs/MVrc.png\" title=\"MVrc\" /\u003e\n  \u003cp\u003e\n    \u003cb\u003eMinimal \u0026 Approachable Vim9 Configuration\u003c/b\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\nMVrc is a Vim configuration built with one goal:\n\nMake Vim feel simple, clean, and welcoming again.\n\nNo plugin managers.\nNo dependency chaos.\nNo “why did my editor break today?”\n\nJust Vim. The way it should feel.\n\n---\n\n## 🚀 Getting Started\n\n### ① Make sure you have Vim 9.x\n\n```\nvim --version\n```\n\nConfirm that your Vim version is 9.x.\n\nIf not… it might be time for an upgrade.\n\n---\n\n### ② Paste MVrc into your config file\n\n#### macOS / Linux\n\n```\n~/.vimrc\n```\n\n#### Windows\n\n```\n~/vimfiles/_vimrc\n```\n\nCopy and paste the MVrc content into that file.\n\n---\n\n### ③ Restart Vim\n\nThat’s it.\n\nNo plugin installation.\nNo setup scripts.\nNo ritual sacrifices.\n\n---\n\n## Why MVrc Exists\n\nTrying to build the “perfect Vim setup” often leads to:\n\n* Endless plugin searching\n* Dependency issues\n* Broken configs after updates\n* A config so complex you’re afraid to touch it\n\nAnd eventually… giving up.\n\nSo here’s a radical idea:\n\nWhat if everything worked using only standard Vim9script?\n\nMVrc was born from that idea.\n\n---\n\n## ✨ Concept\n\n* Simple\n* Understandable\n* Beginner-friendly\n* Plugin-free\n* Modern and visually consistent\n\nMVrc is not trying to be “the ultimate Vim setup.”\n\nIt’s trying to be:\n\nA Vim setup you can actually enjoy using.\n\n---\n\n## 🧩 Features\n\n### 🎨 Modern Dark Theme\n\nA unified dark color scheme across:\n\n* Statusline\n* Popup menus\n* File tree\n* Editor area\n\nClean. Calm. Focused.\n\n---\n\n### 🌿 Git Branch Display\n\n* Shows current branch\n* Handles detached HEAD\n* Auto-updates on save and movement\n\nBecause context matters.\n\n---\n\n### 🌲 File Tree (Using Vim’s Built-in netrw)\n\nOpen:\n\n```\n\\e\n```\n\n* Opens on the left\n* No line numbers\n* No banner\n* Styled to match the theme\n\nClose:\n\n```\n\\x\n```\n\nThis is not a toggle.\nYou open it intentionally. You close it intentionally.\n\nMinimalism includes intention.\n\n---\n\n### 🤖 ChatGPT Integration\n\nMVrc includes lightweight integration to open ChatGPT in your browser.\n\nNo heavy plugins. Just practical help.\n\n---\n\n#### ① Send selected code\n\n1. Enter visual mode:\n\n```\nv\n```\n\n2. Select your code\n3. Press:\n\n```\n\\g\n```\n\nYour selected code is sent with a helpful template asking for:\n\n* Explanation\n* Improvements\n* Possible bugs\n\nYour browser opens automatically.\n\n---\n\n#### ② Send a direct prompt\n\n```\n:Chat \u003cyour question\u003e\n```\n\nExample:\n\n```\n:Chat How can I optimize this algorithm?\n```\n\n---\n\n#### ③ Send selected range via command\n\nSelect text in visual mode, then:\n\n```\n:ChatGPT\n```\n\n---\n\n#### Requirements\n\n* python3 installed\n* Internet connection\n\n---\n\n### 🪟 Window Management\n\n#### Split to the right\n\n```\n\\ + Right Arrow\n```\n\n#### Open terminal below\n\n```\n\\t\n```\n\nOpens with 12 lines.\n\n#### Save and close\n\n```\n\\x\n```\n\nIf the file isn’t saved, it saves automatically.\n\n---\n\n### 🧠 Smart Completion\n\n* `\u003cTab\u003e` → completion or indent (context-aware)\n* `\u003cS-Tab\u003e` → move backward\n* `\u003cCR\u003e` → confirm popup selection\n\nSimple. Predictable.\n\n---\n\n## Basic Vim Controls\n\nMVrc assumes standard Vim basics.\n\n---\n\n### Modes\n\nInsert mode:\n\n```\ni\n```\n\nReturn to normal mode:\n\n```\nEsc\n```\n\nVisual mode:\n\n```\nv\n```\n\n---\n\n### Save and Quit\n\nSave:\n\n```\n:w\n```\n\nQuit:\n\n```\n:q\n```\n\nSave and quit:\n\n```\n:wq\n```\n\nQuit without saving:\n\n```\n:q!\n```\n\n---\n\n### Move Between Splits\n\n```\nCtrl + w + ←\nCtrl + w + →\nCtrl + w + ↑\nCtrl + w + ↓\n```\n\n---\n\n## ⌨️ MVrc Keymaps\n\n| Key              | Action                      |\n| ---------------- | --------------------------- |\n| `\\e`             | Open file tree              |\n| `\\g`             | Send selection to ChatGPT   |\n| `:Chat \u003cprompt\u003e` | Send direct prompt          |\n| `\\t`             | Open terminal               |\n| `\\x`             | Save and close              |\n| `\\ + →`          | Split right                 |\n| `\\y`             | Copy to system clipboard    |\n| `\\p`             | Paste from system clipboard |\n\n---\n\n## 🛠 Requirements\n\n* Vim 9.x\n* git\n* python3\n\n---\n\n## 🤍 MVrc Is Not the Final Form\n\nThis isn’t a “maxed-out” Vim setup.\n\nIt’s a foundation.\n\nA clean starting point.\n\nSomething you can understand, modify, and grow without fear.\n\n---\n\nIf you’re tired of complexity…\n\nIf you just want Vim to feel good again…\n\nMVrc might be your reset button.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeiro%2Fmvrc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomeiro%2Fmvrc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomeiro%2Fmvrc/lists"}