{"id":16998227,"url":"https://github.com/rosnovsky/nvim","last_synced_at":"2025-08-07T07:26:49.719Z","repository":{"id":210319520,"uuid":"624147877","full_name":"rosnovsky/nvim","owner":"rosnovsky","description":"📝 My neovim configuration 🛠 Includes TypeScript autocomplete, hints, prettier, and more.","archived":false,"fork":false,"pushed_at":"2024-01-17T02:09:35.000Z","size":39,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T06:05:12.309Z","etag":null,"topics":["copilot","lua","neovim","nvchad","prettier","typescript","wakatime"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rosnovsky.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}},"created_at":"2023-04-05T21:05:10.000Z","updated_at":"2024-08-22T18:09:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe6eba77-8c79-4fb0-96a3-06ec886942d5","html_url":"https://github.com/rosnovsky/nvim","commit_stats":null,"previous_names":["rosnovsky/nvim"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosnovsky%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosnovsky%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosnovsky%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rosnovsky%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rosnovsky","download_url":"https://codeload.github.com/rosnovsky/nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525144,"owners_count":21118618,"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":["copilot","lua","neovim","nvchad","prettier","typescript","wakatime"],"created_at":"2024-10-14T04:04:37.289Z","updated_at":"2025-04-12T06:05:22.832Z","avatar_url":"https://github.com/rosnovsky.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NvChad Configuration\n\n📝 My `neovim` configuration\n\n🛠 Includes TypeScript autocomplete, hints, prettier, and more\n\n❤️ Based on [`nvChad`](https://nvchad.com)\n\n![nvim](https://user-images.githubusercontent.com/2508576/230222564-9d18160a-9545-4e21-a0fb-ed89c4ba8105.gif)\n\n## Before you begin\n\nYou need a few things installed globally on your machine before you can enjoy the entire setup:\n\n```sh\nnpm i typescript typescript-language-server prettier --location=global\n```\n\nWith this out of the way, back up your current `nvim` configuration:\n\n```sh\ncd ~/.config\nmv nvim nvim_backup\nmv ~/.local/share/nvim nvim_backup\n```\n\nThen clone this repo:\n\n```sh\ngit clone git@github.com:rosnovsky/nvim\n```\n\n## First Run\n\nWhen you launch `nvim` for the first time now, a bunch of things will happen.\n\n-   It will ask you if you want to install example configuration. Say \"no\", and be firm about it.\n-   All the plugins will be automatically installed\n-   A couple of errors or warnings will appear in the status line (this is normal)\n\nAfter all is said and done, quit `nvim` (if it's your first time in `vim`/`nvim`, to quit, press `ESC` to ensure you are in `NORMAL` mode, then type `:qa!` and hit `Enter`. This command essentially means \"QUIT ALL!\" - ignore unsaved files and just follow orders!)\n\nNow launch `nvim` again. This time, a few things will happen in the status line, and it's safe to ignore them.\n\nIn order to make `prettier` work, type this in `NORMAL` mode (remember? `ESC` takes you there):\n\n```vim\n:call coc#util#install()\n```\n\nThis command installs everything necessary for `prettier` to work. After it's all done, restart `nvim` one last time.\n\nEnjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosnovsky%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frosnovsky%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frosnovsky%2Fnvim/lists"}