{"id":15144305,"url":"https://github.com/nidhish-nayak/nvim","last_synced_at":"2026-03-05T10:32:54.137Z","repository":{"id":230115906,"uuid":"777986822","full_name":"nidhish-nayak/nvim","owner":"nidhish-nayak","description":"My personal Neovim config using packer file with telescope, harpoon, git-signs, autocompletion, tree-sitter, undo-tree, LSP, file-system and more.","archived":false,"fork":false,"pushed_at":"2024-05-13T09:14:53.000Z","size":70,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T23:22:59.678Z","etag":null,"topics":["autocomplete","file-tree","git-integration","harpoon","lsp","lua","neovim","telescope","tree-sitter"],"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/nidhish-nayak.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}},"created_at":"2024-03-26T21:45:41.000Z","updated_at":"2024-05-13T09:14:57.000Z","dependencies_parsed_at":"2024-05-13T10:26:59.113Z","dependency_job_id":"ed4b25d7-85d1-4cd4-a45e-bca842ac67d7","html_url":"https://github.com/nidhish-nayak/nvim","commit_stats":null,"previous_names":["nidhish-nayak/neovim-config","nidhish-nayak/nvim"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nidhish-nayak/nvim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidhish-nayak%2Fnvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidhish-nayak%2Fnvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidhish-nayak%2Fnvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidhish-nayak%2Fnvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nidhish-nayak","download_url":"https://codeload.github.com/nidhish-nayak/nvim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nidhish-nayak%2Fnvim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30119442,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T09:35:22.236Z","status":"ssl_error","status_checked_at":"2026-03-05T09:35:20.028Z","response_time":93,"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":["autocomplete","file-tree","git-integration","harpoon","lsp","lua","neovim","telescope","tree-sitter"],"created_at":"2024-09-26T10:40:23.919Z","updated_at":"2026-03-05T10:32:54.073Z","avatar_url":"https://github.com/nidhish-nayak.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Configuration\n\nWelcome to my Neovim configuration! This setup is meticulously crafted to enhance your coding experience and boost productivity. Dive in and discover a world of efficient coding, seamless navigation, and powerful features.\n\n## Setup Preview ⚙️\n\n![neovim](https://github.com/nidhish-nayak/neovim-config/assets/76598208/bf962013-ca46-4dd7-9e58-33ef7dc36ed9)\n\n## File Structure 🗃️\n\n```\n~/.config/nvim\n│\n├── lua\n│   ├── plugins\n│   │   ├── lsp-config.lua\n│   │   ├── telescope.lua\n│   │   ├── harpoon.lua\n│   │   ├── completions.lua\n│   │   └── ... (other plugins)\n│   └── keymaps.lua\n│\n├── README.md\n├── init.lua\n└── lazy-lock.json\n```\n\n## Highlights 📑\n\n- **init.lua**: The heart of the configuration, where magic begins. Dive into this file to explore the setup's core functionalities and customization options.\n- **lua/plugins**: This folder hosts various Lua scripts that power different plugins. From LSP configurations to custom keymaps, everything is neatly organized here for easy management.\n- **README.md**: You're currently reading it! This README serves as your guide to understanding and navigating through my Neovim setup.\n- **lazy-lock.json**: A file used for optimizing plugin loading, ensuring a snappy and responsive editing experience.\n\n## Customization 🎛️\n\n- **Powerful Plugins**: Embrace the power of plugins like LSP for language server protocol support, Telescope for fuzzy finding, and Harpoon for project navigation.\n- **Efficient Keymaps**: Navigate like a pro with custom keymaps defined in `keymaps.lua`, tailored to streamline your workflow and boost efficiency.\n\n## Get Started ▶️\n\n1. Clone this repository to `~/.config/nvim`.\n2. Explore the `init.lua` to understand the configuration structure and make adjustments to suit your preferences.\n3. Dive into `lua/plugins` to tweak individual plugin settings and extend functionality.\n4. Refer to `README.md` for any additional information or updates regarding the configuration.\n\n## Feedback 💬\n\nYour feedback is invaluable! If you have any suggestions, improvements, or issues, feel free to raise them in the repository's issue tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnidhish-nayak%2Fnvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnidhish-nayak%2Fnvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnidhish-nayak%2Fnvim/lists"}