{"id":27494695,"url":"https://github.com/prashanthatp/nvim-config","last_synced_at":"2026-05-15T13:31:47.998Z","repository":{"id":50658704,"uuid":"482524548","full_name":"PrashanthaTP/nvim-config","owner":"PrashanthaTP","description":"Configuration files for Neovim","archived":false,"fork":false,"pushed_at":"2023-09-20T16:04:09.000Z","size":203,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-09-16T18:32:47.394Z","etag":null,"topics":["dotfiles-windows","lua","neovim","nvim","nvim-config"],"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/PrashanthaTP.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}},"created_at":"2022-04-17T13:02:16.000Z","updated_at":"2023-02-06T16:20:03.000Z","dependencies_parsed_at":"2025-04-17T02:35:18.708Z","dependency_job_id":"01c6d784-60aa-43e7-acdd-afb982f6d0b9","html_url":"https://github.com/PrashanthaTP/nvim-config","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/PrashanthaTP/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrashanthaTP%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrashanthaTP%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrashanthaTP%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrashanthaTP%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PrashanthaTP","download_url":"https://codeload.github.com/PrashanthaTP/nvim-config/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PrashanthaTP%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33068369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["dotfiles-windows","lua","neovim","nvim","nvim-config"],"created_at":"2025-04-17T02:09:48.212Z","updated_at":"2026-05-15T13:31:47.978Z","avatar_url":"https://github.com/PrashanthaTP.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration\n\n## Version info\n\n```bash\nNVIM v0.8.2\nBuild type: RelWithDebInfo\nLuaJIT 2.1.0-beta3\nCompiled by runneradmin@fv-az28-353\n\nFeatures: -acl +iconv +tui\nSee \":help feature-compile\"\n\n   system vimrc file: \"$VIM\\sysinit.vim\"\n  fall-back for $VIM: \"C:/Program Files (x86)/nvim/share/nvim\"\n\nRun :checkhealth for more info\n```\n## Tip\n\nset `XDG_CONFIG_HOME` in `~/.bash_profile` or `~/.bashrc`\n\n```bash\nexport XDG_CONFIG_HOME=$HOME/.config\n```\nso that nvim config can be kept inside `$HOME/.config/nvim'\n\n\n## Setup\n\n### 1. Clone this repo\n\n```bash\ngit clone --depth=1 git@github.com:PrashanthaTP/nvim-config.git ~/.config/nvim\n```\n\n### 2. Package manager setup\n\n+ Update this line in [packer.lua](lua/tpp/packer.lua) {#packer-config-v1}\nwith custom location where the plugins to be stored\n```lua\nvim.opt.packpath:append(\"D:/Applications/Nvim/nvim\")\n```\n\n+ Download `packer.nvim`\n\n```bash\ngit clone --depth 1 https://github.com/wbthomason/packer.nvim\\\n \u003cpath from previous step\u003e/pack/packer/start/packer.nvim\n ```\n\n+ Update package_root\n\n```lua\nrequire('packer').init(\n{\n\tpackage_root = \"D:/Applications/Nvim/nvim/pack\"\n}\n```\n\n+ Download plugins\n\nRun the following inside nvim\n```\n:PackerSync\n```\n\n\n## LSP\n\n+ All lsp servers should be in PATH before lsp plugins are loaded\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanthatp%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashanthatp%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashanthatp%2Fnvim-config/lists"}