Neovim VSCode Specific Configuration
Go to file
Tigor Hutasuhut 27bf4ea7ea feat: yanky and mappings 2023-10-16 08:40:05 +07:00
lua/x feat: yanky and mappings 2023-10-16 08:40:05 +07:00
LICENSE Initial commit 2023-10-15 09:38:36 +07:00
README.md setup neovim config for vscode 2023-10-15 09:56:39 +07:00
init.lua setup neovim config for vscode 2023-10-15 09:56:39 +07:00
lazy-lock.json feat: yanky and mappings 2023-10-16 08:40:05 +07:00

README.md

nvim-vscode

Neovim VSCode Specific Configuration

Used for VSCode plugin: Neovim VSCode

Installation:

  • Clone this repository to ~/.config/nvim-vscode

  • Install the VSCode Plugin

  • Add the following entryp to vscode config.json:

    "vscode-neovim.NVIM_APPNAME": "nvim-vscode",

This tells vscode-neovim to look for the given neovim config instead of the usual nvim folder.