Skip to content

Maksim-Burtsev/gruvbit-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gruvbit for VS Code

Port of vim-gruvbit for Visual Studio Code.

Preview

Python

Python example

Go

Go example

TypeScript

TypeScript example

Installation

From Marketplace

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for Gruvbit
  4. Click Install
  5. Ctrl+K Ctrl+T / Cmd+K Cmd+T → select Gruvbit

From VSIX

  1. Download the .vsix file from Releases
  2. Run: code --install-extension gruvbit-*.vsix

From Source

git clone https://github.com/Maksim-Burtsev/gruvbit-vscode
cd gruvbit-vscode
npm install -g @vscode/vsce
vsce package
code --install-extension gruvbit-*.vsix

Credits

License

MIT

Packages

 
 
 

Contributors