Skip to content

hattajr/vscode-vim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSCODE-NEOVIM CONFIG FOR REAL-MEN

OS: Linux (WSL2)

  1. Clone this repo into your ~/.config directory.
  2. Install Neovim >= v0.5.0
    sudo add-apt-repository ppa:neovim-ppa/unstable
    sudo apt-get update
    sudo apt-get install neovim
  3. Install VSCode-Neovim extension
  4. Because of we use WSL2, we need to specify the neovimExecutablePaths, useWSL : true and the neovimInitVimPaths in your vscode settings.json
    {
      "vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
      "vscode-neovim.useWSL": true,
      "vscode-neovim.neovimInitVimPaths.linux": "~/.config/nvim/init.vim"
    }
  5. Install which-key vscode extension and copy the which-key extension settings from setting.json file into you vscode settings.
  6. You also need to copy the keybindings.json file into your vscode settings (vscode keybindings.json).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published