{"id":16492393,"url":"https://github.com/moyum/nvim","last_synced_at":"2026-04-30T12:34:59.872Z","repository":{"id":157090127,"uuid":"585616169","full_name":"MoYuM/nvim","owner":"MoYuM","description":"My neovim config","archived":false,"fork":false,"pushed_at":"2025-11-27T02:53:02.000Z","size":9374,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T20:52:48.071Z","etag":null,"topics":["config","dotfile","ide","nvim","vim","web"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoYuM.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,"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":"2023-01-05T16:16:38.000Z","updated_at":"2025-11-27T02:53:06.000Z","dependencies_parsed_at":"2023-07-10T18:30:55.048Z","dependency_job_id":"1e68ce87-599c-48c1-bbe4-b2c84fe52ec5","html_url":"https://github.com/MoYuM/nvim","commit_stats":{"total_commits":360,"total_committers":2,"mean_commits":180.0,"dds":0.1527777777777778,"last_synced_commit":"49ec4c45e7c139eb252764a4c34b8ef285ab77c8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MoYuM/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoYuM%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoYuM%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoYuM%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoYuM%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoYuM","download_url":"https://codeload.github.com/MoYuM/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoYuM%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32465009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["config","dotfile","ide","nvim","vim","web"],"created_at":"2024-10-11T14:05:40.139Z","updated_at":"2026-04-30T12:34:59.853Z","avatar_url":"https://github.com/MoYuM.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🐟 Moyu Neovim Config\n\n\u003ca href=\"https://dotfyle.com/MoYuM/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/MoYuM/nvim/badges/plugins?style=flat-square\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/MoYuM/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/MoYuM/nvim/badges/leaderkey?style=flat-square\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://dotfyle.com/MoYuM/nvim\"\u003e\u003cimg src=\"https://dotfyle.com/MoYuM/nvim/badges/plugin-manager?style=flat-square\" /\u003e\u003c/a\u003e\n\n## Introduction\n\nPersonal Neovim configuration, optimized for web development. Simple, clean, and fast.\n\n\u003e \"Moyu\" represents the Chinese term \"摸鱼\"\n\n- 😎 Default auto session and auto save, instantly return to the last working state\n- 💫 Out-of-the-box web development environment, with support for tailwindcss\n- 🎈 Strive for simplicity, no unnecessary UI components\n\n## Simplicity UI\n\nMoyu simplifies the UI as much as possible, while retaining the necessary information.\n- The file navigator is hidden by default.\n- Use `fidget.nvim` to display diagnostics at the top right.\n- Git commit information is displayed in the status line, not behind the cursor.\n- And much more...\n\n![nvim](./images/nvim.png)\n\n## Requirements\n\n- Neovim\n- make\n- need node.js \u003e 16.0.0 for copilot\n- [ripgrep](https://github.com/BurntSushi/ripgrep) for fuzzy search\n- [lazygit](https://github.com/jesseduffield/lazygit) for lazygit.nvim\n\n## Install\n\n```\ngit clone https://github.com/MoYuM/nvim ~/.config/nvim --depth 1 \u0026\u0026 nvim\n```\n\n## UnInstall\n\n```\nrm -rf ~/.config/nvim\nrm -rf ~/.local/share/nvim\n```\n\n## Suggested\n\n- JetBrainsMono Nerd Font\n- iTerm2\n\n## Mapping\n\nSome custom key mappings you need to pay attention to\n\n| Key | Mapping |\n|------|------|\n| `Space` | `\u003cleader\u003e` |\n| `1` | File navigation |\n| `=` | Format |\n| `Ctrl + ;` | Accept copilot suggestions |\n| `3` | find next word under cursor |\n| `\\\\` | resume telescope |\n| `\u003cesc\u003e` | no highlight |\n| `=` | format |\n| `\u003cleader\u003ea` | Select all |\n| `\u003cleader\u003e\u003cleader\u003e` | Find Commands |\n| `\u003cleader\u003et` | toggle terminal float |\n| `\u003cleader\u003eca` | code action |\n| `\u003cleader\u003ern` | rename |\n| `\u003cleader\u003erl` | Restart lsp server |\n| `\u003cleader\u003eg` | lazygit |\n| `\u003cleader\u003ef` | Find Files |\n| `\u003cleader\u003elg` | Live Grep |\n| `\u003cleader\u003eo` | Recent files |\n| `\u003cC-j\u003e` | move line down |\n| `\u003cC-k\u003e` | move line up |\n| `\u003cC-h\u003e` | move char left |\n| `\u003cC-l\u003e` | move char right |\n| `\u003cC-j\u003e` (in visual mode) | move block down |\n| `\u003cC-k\u003e` (in visual mode) | move block up |\n| `\u003cC-h\u003e` (in visual mode) | move block left |\n| `\u003cC-l\u003e` (in visual mode) | move block right |\n| `\u003cesc\u003e\u003cesc\u003e` (in terminal mode) | quit term mode |\n\n## Github Copilot\n```\n:Copilot auth\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoyum%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoyum%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoyum%2Fnvim/lists"}