VSCode config, along with neovim support
- code snippets (language-wise) in
snippets/
- vscode keybindings in
keybindings.json
- vscode extensions list in
extensions.txt
- vim keybindings in
nvim/keys_general.vim
sudo add-apt-repository ppa:neovim-ppa/unstable
sudo apt update
sudo apt install neovim
brew install neovim
Clone the repository to the default vscode config folder
- Code:
~/.config/VSCode/User
forlinux
, and~/Library/Application\ Support/Code/User
formacos
- Codium:
~/.config/VSCodium/User
forlinux
, and~/Library/Application\ Support/Codium/User
formacos
git clone https://hariprasadr1hp/vscode_nvim_config
Within the application, launch "VS Code Quick Open" (Ctrl+P
) and run
ext install <ext>
Or from the terminal,
- vscode
cat extensions.txt | xargs -n 1 r !code --list-extensions --show-versions