{"id":18843483,"url":"https://github.com/nicolasdanelon/nvim-config","last_synced_at":"2026-05-18T03:11:41.737Z","repository":{"id":72697649,"uuid":"581637974","full_name":"nicolasdanelon/nvim-config","owner":"nicolasdanelon","description":"vim \u0026 tmux config","archived":false,"fork":false,"pushed_at":"2025-08-11T16:47:25.000Z","size":956,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-11T18:37:25.745Z","etag":null,"topics":["tmux","tmux-conf","vim","vimrc"],"latest_commit_sha":null,"homepage":"https://nicolasmd.com.ar","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/nicolasdanelon.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-12-23T19:49:54.000Z","updated_at":"2025-08-11T16:47:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"3010bcd8-416f-4d31-90d6-8e522975ece4","html_url":"https://github.com/nicolasdanelon/nvim-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicolasdanelon/nvim-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdanelon%2Fnvim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdanelon%2Fnvim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdanelon%2Fnvim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdanelon%2Fnvim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicolasdanelon","download_url":"https://codeload.github.com/nicolasdanelon/nvim-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicolasdanelon%2Fnvim-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001763,"owners_count":26083171,"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-10-09T02:00:07.460Z","response_time":59,"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":["tmux","tmux-conf","vim","vimrc"],"created_at":"2024-11-08T02:57:55.569Z","updated_at":"2025-10-09T16:10:23.402Z","avatar_url":"https://github.com/nicolasdanelon.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Neovim Setup Documentation\n\nThis document provides an overview of the Neovim setup and configurations defined in the `cond.lua` file. Below is a breakdown of the key features and customizations included in the setup.\n\n![nvim proxxyy](./nvim-proxxyy.png)\n![tmux proxxyy](./tmux-proxxyy.png)\n\n---\n\n## Key Mappings\n\n### Leader Key Configuration\n- `\u003cleader\u003e`: Space key (`\" \"`).\n\n#### Essentials\n- `;` → `:`: No need to use the shift key for commands.\n- `H` → `^`: Move to the start of the line.\n- `L` → `$`: Move to the end of the line.\n\n### File Management\n- `\u003cleader\u003ex`: Save and quit the file.\n- `\u003cleader\u003ew`: Save the current file.\n- `\u003cleader\u003eq`: Quit the current file.\n\n### Search and Highlight\n- `\u003cleader\u003eh`: Remove search highlight.\n\n### Window Management\n- `\u003cleader\u003esv`: Split window vertically.\n- `\u003cleader\u003esh`: Split window horizontally.\n- `\u003cleader\u003ese`: Make all splits equal size.\n- `\u003cleader\u003esx`: Close the current split.\n- `\u003cleader\u003esm`: Toggle maximized window (requires vim-maximizer plugin).\n\n### File Explorer\n- `\u003cleader\u003ee`: Toggle file explorer (requires Nvim-Tree plugin).\n\n### Telescope (Fuzzy Finder)\n- `\u003cleader\u003eff`: Find files.\n- `\u003cleader\u003efg`: Live grep search.\n- `\u003cleader\u003efb`: List open buffers.\n- `\u003cleader\u003efh`: Show help tags.\n\n### LSP and Code Actions\n- `\u003cleader\u003eca`: Trigger code actions (requires Lspsaga plugin).\n- `\u003cleader\u003ern`: Rename symbol (requires Lspsaga plugin).\n- `\u003cleader\u003eD`: Show line diagnostics (requires Lspsaga plugin).\n- `\u003cleader\u003ed`: Show cursor diagnostics (requires Lspsaga plugin).\n- `\u003cleader\u003eo`: Show outline (requires Lspsaga plugin).\n\n### TypeScript-Specific Commands\n- `\u003cleader\u003erf`: Rename a file (requires TypeScript plugin).\n- `\u003cleader\u003eoi`: Organize imports (requires TypeScript plugin).\n- `\u003cleader\u003eru`: Remove unused imports (requires TypeScript plugin).\n\n### Additional LSP Mappings\n- `\u003cleader\u003evws`: Search workspace symbols.\n- `\u003cleader\u003evd`: Open diagnostics floating window.\n- `\u003cleader\u003ecr`: Show references.\n- `\u003cleader\u003ern`: Rename a symbol.\n\n### Formatting\n- `\u003cLeader\u003ef`: Format selected text in normal mode.\n- `\u003cLeader\u003ef`: Format selected text in visual mode.\n\n#### Navigation\n- `\u003cC-d\u003e`: Half-page down and center the cursor.\n- `\u003cC-u\u003e`: Half-page up and center the cursor.\n\n---\n\n## Installation\n\n### Addding the folder\n```bash\nmkdir -p $HOME/.config/nvim\n```\n\n```bash\ngit clone https://github.com/nicolasdanelon/nvim-config $HOME/.config/nvim\n```\n\n### An arctic, north-bluish clean and elegant iTerm2 color scheme.\n\nhttps://github.com/arcticicestudio/nord-iterm2\n\n### Monaco font patched with extra nerd glyphs\n\nhttps://github.com/Karmenzind/monaco-nerd-fonts\n\n### prettierd, a daemon, for ludicrous formatting speed.\n\n```bash\nnpm install -g @fsouza/prettierd\n```\n\nhttps://github.com/fsouza/prettierd\n\n### Kitty themes\nhttps://github.com/dexpota/kitty-themes (Later_This_Evening)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasdanelon%2Fnvim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnicolasdanelon%2Fnvim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnicolasdanelon%2Fnvim-config/lists"}