{"id":25016805,"url":"https://github.com/abdullahalzubaer/neovim-setup","last_synced_at":"2026-04-28T10:36:11.168Z","repository":{"id":140988509,"uuid":"394483995","full_name":"abdullahalzubaer/neovim-setup","owner":"abdullahalzubaer","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-04T15:03:32.000Z","size":1852,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T20:45:51.188Z","etag":null,"topics":["neovim","neovim-plugins","vim","vimrc"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/abdullahalzubaer.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-08-10T00:55:00.000Z","updated_at":"2024-12-04T15:03:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0d06c6f-2ef7-4462-97ae-135edd0ab919","html_url":"https://github.com/abdullahalzubaer/neovim-setup","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdullahalzubaer/neovim-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahalzubaer%2Fneovim-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahalzubaer%2Fneovim-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahalzubaer%2Fneovim-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahalzubaer%2Fneovim-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullahalzubaer","download_url":"https://codeload.github.com/abdullahalzubaer/neovim-setup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahalzubaer%2Fneovim-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32377587,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T09:24:15.638Z","status":"ssl_error","status_checked_at":"2026-04-28T09:24:15.071Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["neovim","neovim-plugins","vim","vimrc"],"created_at":"2025-02-05T09:54:33.411Z","updated_at":"2026-04-28T10:36:11.147Z","avatar_url":"https://github.com/abdullahalzubaer.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim-Setup for Windows 10\n\n\n\nDisclaimer: I know nothing about vim (for real no joke)\n\n---\n\n\nIn this repository, I will provide a step-by-step process to set up Neovim for Windows 10. It took me a while to get it to work with intense help from the internet. When I first came across vim editor, I was really fascinated and enchanted by the whole idea of using a keyboard with so many shortcuts that will make coding a lot quicker and most importantly enjoyable.\n\n---\n\n\n\nStep 1: Download NEOVIM: https://github.com/neovim/neovim/releases\n\n\n(You can also add bin folder's location of neovim to your \"System variable\" so that you can access neovim with \"nvim\" from the terminal from anywhere)\n\n  * Add the location of the Neovim's bin folder - for me it was this \"C:\\Program Files\\Neovim\\Neovim\\bin\"\n\n(Here on, assuming you have set the path)\n\nStep 2: For some reason I did not have the vimrc file (my vimrc is provided in this repository, if you want you can use that one). Therefore:\n  \n  1. Navigate to \"C:\\Users\\USERNAME\\AppData\\Local\\nvim\"\n  2. Create init.vim\n  \nStep 3: Launch neovim from terminal with this command\n```\n  nvim\n```\nStep 4: Edit your vimrc file, which will contain all the plugins and other settings with this command\n```\n  :e $MYVIMRC\n``` \n \nStep 5: The usual edit, save, quite and that's it. And when you restart your neovim you are good to go.\n\n\n---\n\nFrom here on assuming neovim is working, there are a lot of good tutorials available online to follow and to proceed further, for example installing packages, navigating and much more.\n\nAlso, if I personally find some plugins to install was difficult I will add the instructions of how to make that plugins work in this repository, like I did for coc.nvim (which is for autocompletion mainly I guess)\n\n\n\n\n---\n\nReference: Thanks to \"sharifee\" for the tutorial (the only one I found to be helpful) and for his kind answers to the comments, from where I actually got neovim to work :)\n\nhttps://www.youtube.com/watch?v=h6EceMac8eE\n\n\n# Extra Notes:\n\nUninstall extension from Coc:\n\n\"To uninstall an extension, type \":CocList extensions\" and then press TAB key and there it will prompt you to choose \"u\" and uninstall the extension you selected\": https://github.com/neoclide/coc.nvim/issues/1311#issuecomment-817917315\n\nYou do not need to restart neovim you can just do this \n\n`:source%`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahalzubaer%2Fneovim-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahalzubaer%2Fneovim-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahalzubaer%2Fneovim-setup/lists"}