Add README

This commit is contained in:
mars 2023-04-29 19:34:32 -04:00
parent ca2d97adb7
commit 15b6739586
1 changed files with 31 additions and 0 deletions

31
README.md Normal file
View File

@ -0,0 +1,31 @@
# Breed
Breed is a minimalistic modal editor inspired by Helix, but hopefully without
all of the extra junk I don't care about.
It would be really neat for it to support LSP, Treesitter, and kakoune-like
client-server operation.
# To-Do List
- [ ] detect correct syntax from file info
- [ ] word and WORD navigation
- [ ] config file
- [ ] keybind modifiers
- [ ] better submode key rendering
- [ ] tab insertion
- [ ] treesitter support
- [ ] LSP support
- [ ] keybind configuration
- [ ] page up and page down
- [ ] selection/visual mode
- [ ] multicursor
- [ ] command callbacks
- [ ] configurable autoscroll margins
- [ ] configurable newline hide
- [ ] `:theme`
- [ ] copy/cut/paste
- [ ] mouse input
- [ ] theme style modifiers
- [ ] configurable indents
- [ ] client/server with UDS socket