{"id":26999790,"url":"https://github.com/malisha4065/neovimconfig","last_synced_at":"2026-04-17T09:33:03.334Z","repository":{"id":285632470,"uuid":"958816861","full_name":"Malisha4065/NeovimConfig","owner":"Malisha4065","description":"My Neovim configuration! (Primeagen's config modified)","archived":false,"fork":false,"pushed_at":"2025-04-01T21:04:18.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T21:31:22.086Z","etag":null,"topics":["lua","neovim","neovimconfiguration"],"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/Malisha4065.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":"2025-04-01T20:09:15.000Z","updated_at":"2025-04-01T21:04:21.000Z","dependencies_parsed_at":"2025-04-01T21:31:49.223Z","dependency_job_id":"16b5b24d-4d2e-4570-9c50-42d93fe9ab94","html_url":"https://github.com/Malisha4065/NeovimConfig","commit_stats":null,"previous_names":["malisha4065/neovimconfig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malisha4065%2FNeovimConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malisha4065%2FNeovimConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malisha4065%2FNeovimConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Malisha4065%2FNeovimConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Malisha4065","download_url":"https://codeload.github.com/Malisha4065/NeovimConfig/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247112758,"owners_count":20885606,"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","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","neovimconfiguration"],"created_at":"2025-04-04T03:17:49.389Z","updated_at":"2026-04-17T09:33:03.276Z","avatar_url":"https://github.com/Malisha4065.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Malisha's Neovim Configuration\n\nA customized Neovim setup focused on productivity and a pleasant development experience, featuring a dark theme with transparent background and powerful development tools.\n\n## Features\n\n- **Modern Dark Theme**: Custom `darkvoid` theme with transparency and customizable colors\n- **File Navigation**:\n  - Telescope for fuzzy finding (`\u003cleader\u003epf`, `\u003cC-p\u003e`, `\u003cleader\u003eps`)\n  - Native file explorer via `\u003cleader\u003epv`\n  - Harpoon for quick file switching between marked files\n- **Development Tools**:\n  - Language Server Protocol (LSP) integration via lsp-zero (with lua-snip configured)\n  - Treesitter for enhanced syntax highlighting\n  - GitHub Copilot for AI-assisted coding\n  - Undotree for visualizing change history\n  - Fugitive for Git integration\n- **Quality of Life**:\n  - Sensible defaults (relative line numbers, smart indentation, etc.)\n  - Useful keybindings for efficient text manipulation\n\n## Installation\n\n1. Clone this repository to your Neovim configuration directory:\n   ```bash\n   git clone https://github.com/Malisha4065/NeovimConfig.git ~/.config/nvim\n   ```\n\n2. Install [Packer](https://github.com/wbthomason/packer.nvim) for plugin management:\n   ```bash\n   git clone https://github.com/wbthomason/packer.nvim \\\n     ~/.local/share/nvim/site/pack/packer/start/packer.nvim\n   ```\n\n3. Launch Neovim and install plugins:\n   ```\n   :PackerSync\n   ```\n\n## Key Mappings\n\n### General\n- `\u003cSpace\u003e` - Leader key\n- `\u003cleader\u003epv` - Open file explorer\n- `\u003cleader\u003e\u003cleader\u003e` - Source current file\n\n### Navigation\n- `\u003cleader\u003epf` - Find files\n- `\u003cC-p\u003e` - Find Git files\n- `\u003cleader\u003eps` - Grep search\n- `\u003cleader\u003ea` - Add file to Harpoon\n- `\u003cC-e\u003e` - Toggle Harpoon menu\n- `\u003cC-h/t/n/s\u003e` - Navigate to Harpoon marks 1-4\n\n### LSP\n- `gd` - Go to definition\n- `K` - Show hover information\n- `\u003cleader\u003evws` - Workspace symbol search\n- `\u003cleader\u003evd` - Open diagnostic float\n- `[d` / `]d` - Navigate diagnostics\n- `\u003cleader\u003evca` - Code action\n- `\u003cleader\u003evrr` - Show references\n- `\u003cleader\u003evrn` - Rename symbol\n\n### Git\n- `\u003cleader\u003egs` - Git status (via Fugitive)\n\n### Editing\n- `\u003cleader\u003ef` - Format current buffer\n- `\u003cleader\u003es` - Search and replace current word\n- `J`/`K` in visual mode - Move selected lines down/up\n\n## Customization\n\nTo modify this configuration:\n\n- Add new plugins in packer.lua\n- Adjust theme settings in darkvoid.lua\n- Change keybindings in remap.lua\n- Modify editor settings in set.lua\n\n## Required Dependencies\n\n- Neovim (0.7.0+)\n- A Nerd Font for icons\n- Git\n- `ripgrep` for Telescope grep functionality\n- Node.js (for some LSP servers)\n\n## Credits\n\nThis configuration was inspired by ThePrimeagen's setup with personal customizations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalisha4065%2Fneovimconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalisha4065%2Fneovimconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalisha4065%2Fneovimconfig/lists"}