{"id":44443331,"url":"https://github.com/umutondersu/nvim","last_synced_at":"2026-02-12T15:09:21.861Z","repository":{"id":246252894,"uuid":"819595425","full_name":"umutondersu/nvim","owner":"umutondersu","description":"My Neovim configuration based on kickstart.nvim","archived":false,"fork":false,"pushed_at":"2025-12-06T00:43:07.000Z","size":628,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-09T14:37:05.340Z","etag":null,"topics":["lua","neovim","neovim-dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/umutondersu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2024-06-24T20:38:26.000Z","updated_at":"2025-12-06T00:43:11.000Z","dependencies_parsed_at":"2024-06-26T22:06:44.007Z","dependency_job_id":"84b75d3b-a323-4340-81a5-25d49834fe95","html_url":"https://github.com/umutondersu/nvim","commit_stats":null,"previous_names":["umutondersu/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umutondersu/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutondersu%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutondersu%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutondersu%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutondersu%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umutondersu","download_url":"https://codeload.github.com/umutondersu/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umutondersu%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29369553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":["lua","neovim","neovim-dotfiles"],"created_at":"2026-02-12T15:09:20.998Z","updated_at":"2026-02-12T15:09:21.853Z","avatar_url":"https://github.com/umutondersu.png","language":"Lua","readme":"# nvim\n\n## Introduction\n\nMy modified version of kickstart.nvim configuration that is:\n\n- a Full-fledged IDE environment\n- Multi-file\n- Documented (sort of)\n- Modular\n\nMy configuration targets _only_ the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) of Neovim. If you are experiencing issues, please make sure you have the latest versions.\n\nDistribution Alternatives:\n\n- [LazyVim](https://www.lazyvim.org/): A delightful distribution maintained by @folke (the author of lazy.nvim, the package manager used here)\n- [Kickstart.nvim](https://github.com/nvim-lua/kickstart.nvim): The original configuration\n\n## Installation\n\nRequirements:\n\nSince this is for my personal use I use this configuration in conjunction with my [Pop!\\_OS dotfiles]('https://github.com/umutondersu/dotfiles').\n\nMy dotfiles have all the necessary requirements to work with this configuration. However If you just want to use this configuration or have a non Ubuntu-based distribution/Windows the requirements should be like below:\n\n- A nerd font\n- curl\n- gcc\n- ripgrep\n- unzip\n- git\n- xclip\n- fd-find\n- NodeJS v20 or higher\n- npm\n- A terminal that supports\n  - truecolor\n  - images (optional, if not snacks.image should be disabled)\n- deno (optional for [peek.nvim](https://github.com/toppair/peek.nvim))\n- tmux (optional)\n- gh (optional for `github autocompletion` and [octo.nvim](https://github.com/pwntester/octo.nvim))\n\nNeovim's configurations are located under the following paths, depending on your OS:\n\n| OS                   | PATH                                      |\n| :------------------- | :---------------------------------------- |\n| Linux                | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |\n| MacOS                | `$XDG_CONFIG_HOME/nvim`, `~/.config/nvim` |\n| Windows (cmd)        | `%userprofile%\\AppData\\Local\\nvim\\`       |\n| Windows (powershell) | `$env:USERPROFILE\\AppData\\Local\\nvim\\`    |\n\nClone the repository:\n\n- on Linux and Mac\n\n```sh\ngit clone https://github.com/umutondersu/nvim.git \"${XDG_CONFIG_HOME:-$HOME/.config}\"/nvim\n```\n\n- on Windows (cmd)\n\n```\ngit clone https://github.com/umutondersu/nvim.git %userprofile%\\AppData\\Local\\nvim\\\n```\n\n- on Windows (powershell)\n\n```\ngit clone https://github.com/umutondersu/nvim.git $env:USERPROFILE\\AppData\\Local\\nvim\\\n```\n\n## Post Installation\n\nStart Neovim\n\n```sh\nnvim\n```\n\nThe `Lazy` plugin manager will start automatically on the first run and install the configured plugins - as can be seen in the introduction video. After the installation is complete you can press `q` to close the `Lazy` UI and **you are ready to go**! Next time you run nvim `Lazy` will no longer show up.\n\nIf you would prefer to hide this step and run the plugin sync from the command line, you can use:\n\n```sh\nnvim --headless \"+Lazy! sync\" +qa\n```\n\n## Recommended Steps\n\n[Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo (so that you have your own copy that you can modify) and then installing you can install to your machine using the methods above.\n\n\u003e **NOTE**  \n\u003e Your fork's URL will be something like this: `https://github.com/\u003cyour_github_username\u003e/nvim.git`\n\n## Configuration And Extension\n\n- Inside of your copy, feel free to modify any file you like! It's your copy!\n- For adding plugins, there are 3 primary options:\n  - Add new configuration in `lua/custom/plugins/*` files, which will be auto sourced using `lazy.nvim` (uncomment the line importing the `custom/plugins` directory in the `init.lua` file to enable this)\n  - Modify `init.lua` with additional plugins.\n  - Include the `lua/kickstart/plugins/*` files in your configuration.\n\nYou can also merge updates/changes from the repo back into your fork, to keep up-to-date with any changes for the default configuration.\n\n## FAQ\n\n- What should I do if I already have a pre-existing neovim configuration?\n  - You should back it up, then delete all files associated with it.\n  - This includes your existing init.lua and the neovim files in `~/.local` which can be deleted with `rm -rf ~/.local/share/nvim/`\n  - You may also want to look at the [migration guide for lazy.nvim](https://github.com/folke/lazy.nvim#-migration-guide)\n- Can I keep my existing configuration in parallel to kickstart?\n  - Yes! You can use [NVIM_APPNAME](https://neovim.io/doc/user/starting.html#%24NVIM_APPNAME)`=nvim-NAME` to maintain multiple configurations. For example you can install the kickstart configuration in `~/.config/nvim-kickstart` and create an alias:\n    ```\n    alias nvim-kickstart='NVIM_APPNAME=\"nvim-kickstart\" nvim'\n    ```\n    When you run Neovim using `nvim-kickstart` alias it will use the alternative config directory and the matching local directory `~/.local/share/nvim-kickstart`. You can apply this approach to any Neovim distribution that you would like to try out.\n- What if I want to \"uninstall\" this configuration:\n  - See [lazy.nvim uninstall](https://github.com/folke/lazy.nvim#-uninstalling) information\n\n## Contribution\n\nThis configuration is mainly for my personal use but PRs are welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutondersu%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumutondersu%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumutondersu%2Fnvim/lists"}