{"id":27948012,"url":"https://github.com/suiramdev/vscode-neovim-config","last_synced_at":"2025-09-16T16:37:00.670Z","repository":{"id":289638070,"uuid":"970782573","full_name":"suiramdev/vscode-neovim-config","owner":"suiramdev","description":"A Neovim-powered VS Code configuration offering authentic Vim editing, Tmux-like navigation, and a fully keyboard-driven workflow","archived":false,"fork":false,"pushed_at":"2025-04-24T09:19:50.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-24T09:40:26.064Z","etag":null,"topics":["vscode","vscode-configs","vscode-settings"],"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/suiramdev.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":"2025-04-22T14:27:15.000Z","updated_at":"2025-04-24T09:19:53.000Z","dependencies_parsed_at":"2025-04-25T22:30:59.954Z","dependency_job_id":null,"html_url":"https://github.com/suiramdev/vscode-neovim-config","commit_stats":null,"previous_names":["suiramdev/vscode-neovim-config"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suiramdev%2Fvscode-neovim-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suiramdev%2Fvscode-neovim-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suiramdev%2Fvscode-neovim-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/suiramdev%2Fvscode-neovim-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/suiramdev","download_url":"https://codeload.github.com/suiramdev/vscode-neovim-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252902622,"owners_count":21822257,"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":["vscode","vscode-configs","vscode-settings"],"created_at":"2025-05-07T14:54:42.249Z","updated_at":"2025-09-16T16:36:55.622Z","avatar_url":"https://github.com/suiramdev.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim-Oriented VS Code Configuration\n\nTransform Visual Studio Code into a fully vim-centric development environment with seamless Neovim integration, tmux-like navigation, and comprehensive vim-style keybindings.\n\n## Quick Installation\n\n1. **Copy Configuration Files**\n   - Copy all files from this repository to your editor's user settings directory:\n     \n     For VS Code:\n     - Windows: `%APPDATA%\\Code\\User\\`\n     - macOS: `~/Library/Application Support/Code/User/`\n     - Linux: `~/.config/Code/User/`\n     \n     For Cursor:\n     - Windows: `%APPDATA%\\Cursor\\User\\`\n     - macOS: `~/Library/Application Support/Cursor/User/`\n     - Linux: `~/.config/Cursor/User/`\n\n2. **Install Required Extensions**\n   - [VSCode Neovim](https://marketplace.visualstudio.com/items?itemName=asvetliakov.vscode-neovim) - Core Neovim integration\n   - [Auto-Hide](https://marketplace.visualstudio.com/items?itemName=Vitchu.vscode-autohide-vim) - VIM-friendly UI elements hiding\n   - [Find It Faster](https://marketplace.visualstudio.com/items?itemName=TomRijndorp.find-it-faster) - fzf integration\n\n3. **Configure Neovim Path**\n   - Open settings (File \u003e Preferences \u003e Settings)\n   - Search for \"neovim path\"\n   - Set the path to your Neovim executable:\n     - Windows: `C:\\Program Files\\Neovim\\bin\\nvim.exe`\n     - macOS/Linux: `/usr/bin/nvim` (or your custom installation path)\n\n4. **Configure init.lua Path**\n   - Open settings (File \u003e Preferences \u003e Settings)\n   - Search for \"neovim init\"\n   - Set the path to your init.lua file:\n     - Windows: `%APPDATA%\\Code\\User\\nvim\\init.lua` (VS Code) or `%APPDATA%\\Cursor\\User\\nvim\\init.lua` (Cursor)\n     - macOS: `~/Library/Application Support/Code/User/nvim/init.lua` (VS Code) or `~/Library/Application Support/Cursor/User/nvim/init.lua` (Cursor)\n     - Linux: `~/.config/Code/User/nvim/init.lua` (VS Code) or `~/.config/Cursor/User/nvim/init.lua` (Cursor)\n\n## Features\n\n- Full Neovim integration \n- Tmux-like pane navigation\n- Vim-style buffer and split management\n- Vim-inspired file explorer interactions\n- Seamless integration with Cursor's AI features\n\n## Configuration Files\n\n- `settings.json`: Core editor settings\n- `keybindings.json`: Custom key mappings\n- `nvim/init.lua`: Neovim configuration with editor-specific bindings\n\n## Keybindings\n\n### Editor Navigation\n\n| Keybinding | Action |\n|------------|--------|\n| `Ctrl/Cmd+h` | Navigate left |\n| `Ctrl/Cmd+j` | Navigate down |\n| `Ctrl/Cmd+k` | Navigate up |\n| `Ctrl/Cmd+l` | Navigate right |\n| `\\` | Split editor down |\n| `\\|` | Split editor right |\n\n### File/Buffer Management\n\n| Keybinding | Action |\n|------------|--------|\n| `\u003cleader\u003ebd` | Close current buffer |\n| `\u003cleader\u003ebo` | Close other buffers |\n| `[b` / `]b` | Navigate to previous/next buffer |\n| `[1-9]` / `]1-9` | Switch to specific buffer by index |\n\n### File Explorer (When Focused)\n\n| Keybinding | Action |\n|------------|--------|\n| `a` | Create new file |\n| `r` | Rename file |\n| `d` | Delete file |\n| `y` | Copy file |\n| `p` | Paste file |\n| `Enter` | Select file |\n| `Escape` | Close sidebar |\n\n### Search and Navigation\n\n| Keybinding | Action |\n|------------|--------|\n| `\u003cleader\u003ee` | Show/focus explorer |\n| `\u003cleader\u003eg` | Show/focus git panel |\n| `\u003cleader\u003et` | Open terminal in editor side panel |\n| `\u003cleader\u003eff` | Search for files |\n| `\u003cleader\u003efb` | Search in current buffer |\n| `\u003cleader\u003efw` | Search in all files |\n| `[e` / `]e` | Navigate to previous/next error |\n\n### Code Actions and AI Features\n\n| Keybinding | Action |\n|------------|--------|\n| `\u003cleader\u003ern` | Rename symbol |\n| `\u003cleader\u003eca` | Show code actions |\n| `\u003cleader\u003ece` | Open Cursor AI (in normal or visual mode) |\n| `\u003cleader\u003ej` | Show Cursor chat |\n\n## Note for Cursor Users\n\nCursor enhances this vim-centric setup with its built-in AI capabilities. The keybindings are designed to work seamlessly with Cursor's AI features while maintaining the vim workflow. The `\u003cleader\u003ece` and `\u003cleader\u003ej` shortcuts provide quick access to Cursor's AI features without breaking the keyboard-driven workflow.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuiramdev%2Fvscode-neovim-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuiramdev%2Fvscode-neovim-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuiramdev%2Fvscode-neovim-config/lists"}