Show HN: Vim-like text editor in go. (LSP, TreeSitter, Themes)
Hey! Check out my "toy" text editor which I use as my daily driver.Features
LSP autocomplete, goto definition, hover infoTree-sitter supportColor themes (borrowed from the Helix text editor)Lots of bugsMacro supportSomething like Emacs org-mode: Open test.txt, place the cursor at line 15, and press "Ctrl-C Ctrl-C".This project was written as a "speed run" —