Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solidiquis/novavim_go
Vim made in Go that you shouldn't use.
https://github.com/solidiquis/novavim_go
go golang neovim terminal vi vim
Last synced: 2 months ago
JSON representation
Vim made in Go that you shouldn't use.
- Host: GitHub
- URL: https://github.com/solidiquis/novavim_go
- Owner: solidiquis
- Created: 2021-03-28T23:21:38.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T08:01:12.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T23:18:56.439Z (almost 2 years ago)
- Topics: go, golang, neovim, terminal, vi, vim
- Language: Go
- Homepage:
- Size: 4.55 MB
- Stars: 18
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# novavim
This is my attempt at making Vim from scratch in Go, meaning this project will utilize no libs outside of the Go standard library: no ncurses, no terminal UI libraries, nada - the only exceptions are libraries that I make myself, such as this one.I love Vim, so by no means am I trying to make something better - in fact, this is going to be pretty hot garbage - but nevertheless I'm going to pursue this hopeless endeavor simply because it's fun and I have no life.