These tips for “VSCode Neovim” Plugin.
My environment is…
- macOS Monterey
- M1 MacBook Pro
- Visual Studio Code Version: 1.73.1
- VSCode Neovim: v0.0.94
Comment out
- Open
keybindings.json
- Add the following code on
keybindings.json
// NeoVim Comment Out
{
"key": "cmd+/",
"command": "vscode-neovim.send",
"when": "editorTextFocus && neovim.init && neovim.mode == visual",
"args": "<C-/>"
}
Yank from NeoVim to Mac clipboard
- Open
init.vim
- Add the following code
set clipboard=unnamed,unnamedplus