{"id":23999121,"url":"https://github.com/yoosoftcc/nvim","last_synced_at":"2025-02-25T09:26:32.031Z","repository":{"id":257013316,"uuid":"857083805","full_name":"yoosoftcc/nvim","owner":"yoosoftcc","description":"My personal Neovim configuration","archived":false,"fork":false,"pushed_at":"2024-09-13T19:35:54.000Z","size":7338,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T23:53:22.925Z","etag":null,"topics":[],"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/yoosoftcc.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}},"created_at":"2024-09-13T19:11:46.000Z","updated_at":"2024-09-14T02:30:33.000Z","dependencies_parsed_at":"2024-09-14T10:21:58.780Z","dependency_job_id":"fa28ac87-51aa-4b3c-8f36-925ee62677ae","html_url":"https://github.com/yoosoftcc/nvim","commit_stats":null,"previous_names":["zmovane/nvim","yoosoftcc/nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoosoftcc%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoosoftcc%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoosoftcc%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoosoftcc%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoosoftcc","download_url":"https://codeload.github.com/yoosoftcc/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240639167,"owners_count":19833431,"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":[],"created_at":"2025-01-07T23:53:22.344Z","updated_at":"2025-02-25T09:26:31.993Z","avatar_url":"https://github.com/yoosoftcc.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# nvim\n\nA modern neovim configuration that integrates [avante.nvim](https://github.com/yetone/avante.nvim), allowing the use of multiple LLM models for coding.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./screenshot/screenshot.png\" alt=\"Screenshot\" /\u003e\n\u003c/p\u003e\n\n## Importants\n\n### Font\n\n[Install nerd-fonts](https://github.com/ryanoasis/nerd-fonts)\n\n### Keymaps\n\n#### General\n\n| Key              | Description                   | Mode                |\n| ------           | ---                           | ---                 |\n| H                | To the first char of the line | **n**, **v**        |\n| L                | To the end of the line        | **n**, **v**        |\n| jj               | Exit insert mode              | **i**               |\n| \u0026lt;Up\u0026gt;       | Increase window height        | **n**               |\n| \u0026lt;Down\u0026gt;     | Decrease window height        | **n**               |\n| \u0026lt;Left\u0026gt;     | Decrease window width         | **n**               |\n| \u0026lt;Right\u0026gt;    | Increase window width         | **n**               |\n| \u0026lt;C-h\u0026gt;      | Go to left window             | **n**               |\n| \u0026lt;C-j\u0026gt;      | Go to lower window            | **n**               |\n| \u0026lt;C-k\u0026gt;      | Go to upper window            | **n**               |\n| \u0026lt;C-l\u0026gt;      | Go to right window            | **n**               |\n| \u0026lt;M-j\u0026gt;      | Move down                     | **n**, **i**, **v** |\n| \u0026lt;M-k\u0026gt;      | Move up                       | **n**, **i**, **v** |\n| \u0026lt;leader\u0026gt;w  | Save file                     | **n**               |\n| \u0026lt;leader\u0026gt;W  | Save files                    | **n**               |\n| \u0026lt;leader\u0026gt;q  | Quit                          | **n**               |\n| \u0026lt;leader\u0026gt;Q  | Force quit                    | **n**               |\n| \u0026lt;leader\u0026gt;_  | Split below                   | **n**               |\n| \u0026lt;leader\u0026gt;\\| | Split right                   | **n**               |\n\n#### Git\n\n| Key              | Description    | Mode           |\n| --------------   | -------------- | -------------- |\n| \u0026lt;leader\u0026gt;gg | Open lazy-git  | **n,v**        |\n\n#### LSP\n\n| Key              | Description           | Mode           |\n| --------------   | --------------        | -------------- |\n| gd               | Goto Definition       | **n**          |\n| gD               | Goto Declaration      | **n**          |\n| gr               | References            | **n**          |\n| gi               | Goto Implementation   | **n**          |\n| gt               | Goto Type Definition  | **n**          |\n| K                | Hover                 | **n**          |\n| gK               | Signature Help        | **n**          |\n| \u0026lt;C-k\u0026gt;      | Signature Help        | **i**          |\n| [d               | Next Diagnostic       | **n**          |\n| ]d               | Prev Diagnostic       | **n**          |\n| \u0026lt;leader\u0026gt;ca | Code Action           | **n**          |\n| \u0026lt;leader\u0026gt;cr | Rename                | **n**          |\n| \u0026lt;leader\u0026gt;cf | Format Document/Range | **n**, **v**   |\n| \u0026lt;leader\u0026gt;ll | Lsp log               | **n**          |\n| \u0026lt;leader\u0026gt;li | Lsp info              | **n**          |\n| \u0026lt;leader\u0026gt;lr | Lsp restart           | **n**          |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoosoftcc%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoosoftcc%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoosoftcc%2Fnvim/lists"}