wizard-28 / Venom

Blazing fast NeoVim IDE will keeping vim lightweight and useful for non power users who just want to use vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Venom

Screenshot of venom

Install

curl -s https://raw.githubusercontent.com/Henryws/Venom/master/install.sh | bash

Useful keybindings

  • S will initiate a find and replace
  • <leader>g will open a lazygit window if your inside a git directory (press a to add files c to commit them, and P to push them)
  • <ctrl>b will toggle the file tree
  • <leader>m will start and open a web browser so you can live edit html/css/js files
  • Press <leader> c when editing a markdown file to live edit
  • <ctrl>p will open a fuzzy/file/buffer/tag finder
  • <leader>c<leader> will comment out lines in visual mode
  • Press F8 to run python code
  • Press gd when hovering over function to view it's definition
  • Press f when selecting code to run it

Other information

  • If you wish to use Venom and Godot, simply open godot in the background, open your project, then start editing in a separate window in Venom, and autocompletions and all that good stuff should start working

About

Blazing fast NeoVim IDE will keeping vim lightweight and useful for non power users who just want to use vim

License:GNU General Public License v3.0


Languages

Language:Lua 89.8%Language:Shell 10.2%