Skip to content

SrWither/VsVim

Repository files navigation

Neovim configured to look like Visual Studio Code

📋 Instalation

before installing check the dependencies in the documentation

if you use FreeBSD you must install the following dependencies

git clone https://github.com/SrWither/VsVim
cd VsVim
chmod +x install.sh
./install.sh

♻️ Update VsVim

Optional: You can add the following path to your path list:

~/.local/bin

and run:

vsvupg

or you can also run:

~/.local/bin/vsvupg

This command automatically downloads and applies the update

If TreeSitter doesn't install the syntax, open neovim and enter the following command
:TSInstall all

📷 Preview

Click to expand

VsCode Theme

Dashboard

Code, Filetree and Terminal

Autocomplete

OneDark Theme

Dashboard

Code, Filetree and Terminal

Autocomplete

For more information read the Documentation