diff options
| -rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,2 +1,20 @@ # DGED -A text editor for datagubbar! + +Because there is room for one more minimalistic text editor! + +DGED is what happens if I remove everything I do not need from +GNU Emacs and only implement the things I personally need to be productive. + +The editor was created as a learning exercise and to create something that I +can use as a daily driver. + +## Features + +- [x] Syntax highlighting +- [x] TOML configuration file +- [x] Absolutely no plugin system +- [ ] LSP Client implementation + +## Contributing + +Contributions are of course welcome. Please open a PR on the Github repository. |
