Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 2.52 KB

README.md

File metadata and controls

86 lines (68 loc) · 2.52 KB

Neovim configured to look like Visual Studio Code

Usuim will not be maintained. Use MeteorNvim

📋 Installation

before installing check the dependencies and read the Documentation

if you use FreeBSD you must install the following dependencies

git clone https://github.com/Usuim/Usuim
cd Usuim
chmod +x install.sh
./install.sh
⚠️ if you have VsVim installed. you must run in your terminal vsvupg or you can also clone the repository and run the install.sh script

♻️ Update Usuim

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

~/.local/bin

and run:

usuupg

or you can also run:

~/.local/bin/usuupg

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