{"id":16574788,"url":"https://github.com/anindya-prithvi/nvim-configs","last_synced_at":"2025-09-02T06:34:11.173Z","repository":{"id":41472119,"uuid":"504927642","full_name":"Anindya-Prithvi/nvim-configs","owner":"Anindya-Prithvi","description":"neovim configs...integrated with AI, almost an IDE lol","archived":false,"fork":false,"pushed_at":"2023-10-19T06:59:01.000Z","size":4634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-02T06:33:54.837Z","etag":null,"topics":["lua","neovim","neovim-dotfiles","neovim-plugins","vim"],"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/Anindya-Prithvi.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":"2022-06-18T18:59:54.000Z","updated_at":"2024-12-27T09:28:16.000Z","dependencies_parsed_at":"2023-01-29T20:45:51.709Z","dependency_job_id":"114ca844-8185-47dc-9db0-affe00c2a9af","html_url":"https://github.com/Anindya-Prithvi/nvim-configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anindya-Prithvi/nvim-configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anindya-Prithvi%2Fnvim-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anindya-Prithvi%2Fnvim-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anindya-Prithvi%2Fnvim-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anindya-Prithvi%2Fnvim-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anindya-Prithvi","download_url":"https://codeload.github.com/Anindya-Prithvi/nvim-configs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anindya-Prithvi%2Fnvim-configs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273244306,"owners_count":25070958,"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","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"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":["lua","neovim","neovim-dotfiles","neovim-plugins","vim"],"created_at":"2024-10-11T21:45:41.596Z","updated_at":"2025-09-02T06:34:11.120Z","avatar_url":"https://github.com/Anindya-Prithvi.png","language":"Lua","readme":"[DEPRECATED]: Not crossplatform enough. Line endings shouldn't be a problem in 2023; https://github.com/neovim/neovim/issues/11205 \n\nPresenting my dotfiles for neovim. I made a few small scripts to reduce some time in CP. Not that I solve all ABCDEF in div1 but while using VSCode (another pog editor) the language services, completions, and a whole new electron window seems tooooooo bloaty. So, I decided to write my own bloat (jk). This configuration is becoming IDE like everyday. You might edit it for yourself anyways.\n\n# Prerequisites\n- python3-venv (for autocompletions)\n- Copilot license (for ai suggestions)\n- [neovim](https://neovim.io/)\n- astyle (for code formatting/ may use something else but change appropriately in lua/settings/init.lua)\n\n# How to use?\n- Get neovim from your package manager/obtain binary\n- Place this whole repo in `~/.config/nvim/` folder. (So the paths would read like `~/.config/nvim/lua/...`.)\n- follow https://github.com/wbthomason/packer.nvim#quickstart to install Packer (a package manager for neovim plugins)\n- Open `~/.config/nvim/lua/packer-config/init.lua` using `nvim`. Run `:luafile %` in NORMAL mode. Now type `:PackerSync`. Wait for some time. After it's finished exit nvim.\n- Now install `python3-venv` using your package manager like apt, pacman (OR just refer to github.com/ms-jpq/coq_nvim)\n- Finally open `~/.config/nvim/lua/packer-config/init.lua` again and run `:PackerSync` followed by `:COQdeps`. This will install buffer based autocompletions (to install LSP which might slow the setup, look at their github page).\n- Now set-up Copilot using `:Copilot setup`. It'll just make you authenitcate your copilot instance.\n- It is recommended to add `~.config/nvim/bin` to your PATH. (This will allow you to use `gen`, compile and run, and other productivity scripts). (If you are a competitive programmer -cpp, you should update file named `rawtemplate` in that folder)\n- Lastly `alias vim=nvim` in your .bashrc or .zshrc etc. (most important)\n- use `Ctrl+f` to open the file explorer on your left! (VSCode lol). \n- (Optional) Update rawtemplates provided in `/bin` folder to match your cp templates.\n\nI am running it on a WSL (ubuntu/One half dark) instance with acrylic.\n\nHere is a photo of my setup:\n![Demonstration image](current-looks.png)\n\nMore on aesthetics: The screenshot uses FiraCode Nerd Font on Windows Terminal (win 11) with acrylics on 💅.  \n\n# VIM supremacy!\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanindya-prithvi%2Fnvim-configs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanindya-prithvi%2Fnvim-configs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanindya-prithvi%2Fnvim-configs/lists"}