Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/elsie19/venom
- Owner: Elsie19
- License: gpl-3.0
- Created: 2021-08-27T00:01:30.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-10-01T16:29:02.000Z (about 1 year ago)
- Last Synced: 2024-05-02T18:03:59.234Z (7 months ago)
- Topics: neovim, neovim-config, neovim-configuration, venom
- Language: Lua
- Homepage:
- Size: 150 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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