summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2b5846f..b6d6e25 100644
--- a/README.md
+++ b/README.md
@@ -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.