Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elsie19/venom

Venomous NeoVim config with useful options and a clean interface
https://github.com/elsie19/venom

neovim neovim-config neovim-configuration venom

Last synced: 28 days ago
JSON representation

Venomous NeoVim config with useful options and a clean interface

Awesome Lists containing this project

README

        

# Venom

![Screenshot of venom](https://user-images.githubusercontent.com/58742515/209584680-063f7b56-fc22-4075-bc3e-95c8e839af8b.png)

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

## Useful keybindings
* `S` will initiate a find and replace
* `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)
* `b` will toggle the file tree
* `m` will start and open a web browser so you can live edit html/css/js files
* Press ` c` when editing a markdown file to live edit
* `p` will open a fuzzy/file/buffer/tag finder
* `c` 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