/vscode-neovim

Vscode + Neovim Setup

Primary LanguageLuaApache License 2.0Apache-2.0

VsCode + Neovim Setup For Rust <3

Installation

  1. Clone repo
git clone https://github.com/codeitlikemiley/vscode-neovim
cd vscode-neovim
  1. Install dependencies
chmod + x ./install.sh
./install.sh
  1. Import VCode Profile

Its comes with all the plugins , modified keymaps for ultimate productivity.

Download the Goldcoders.code-profile

And Import it on VSCODE

Made with 10X Productivity in mind

Vscode Built in Test Runner Sucks , no Option to use a Cargo Nextest , which takes advantage of Extra Cores.

Typing and Searching , and Selecting consumes a lot of time , Its better if you can just press one Magic Key

CMD+R Run Crates and Test Under Cursor with Cargo Nextest.

First Class Citizen Vim Keys Bindings for Quick Debugging

OPT+H Step out OPT+J Step over OPT+K Continue OPT+L Step Into

For Launching Debuggables , OPT+D , it would detect your Cargo.toml just generate it if you dont have .vscode/launch.json

CMD+OPT+D Toggle Breakpoint and CMD+OPT+K Toggle Bookmark

All the Leftsidebar Menus are using CMD + [F1-f12]

There are lot more keys That have been remapped for better workflow. I suggest you take a look at it on keymaps.json after you Imported Goldcoders.code-profile