aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPassw2023-12-19 14:50:39 +0000
committerGitHub2023-12-19 14:50:39 +0000
commit8736ce388993e4a38d70c42c0c740f59371464a4 (patch)
treeb2e58b05e1e174e88635580d1ca82328a2bf14f5
parent9ba691cd3a8ffb021cb194bd3185317a65c3194a (diff)
Update README.md to add link to Kakoune and Neovim (#9119)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 227e1c91..3f166db1 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@
![Screenshot](./screenshot.png)
-A Kakoune / Neovim inspired editor, written in Rust.
+A [Kakoune](https://github.com/mawww/kakoune) / [Neovim](https://github.com/neovim/neovim) inspired editor, written in Rust.
The editing model is very heavily based on Kakoune; during development I found
myself agreeing with most of Kakoune's design decisions.