mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add Helix editor (#30)
This commit is contained in:
parent
8cc4b559f9
commit
d2c008b6b1
1 changed files with 6 additions and 0 deletions
|
@ -23,6 +23,12 @@
|
|||
"editor_plugins": "TBD",
|
||||
"notes": "If you know you know. Not recommended for beginners."
|
||||
},
|
||||
{
|
||||
"name": "Helix",
|
||||
"url": "https://helix-editor.com/",
|
||||
"editor_plugins": "Rust Analyzer",
|
||||
"notes": "Similar to vim/neovim. Written in Rust."
|
||||
},
|
||||
{
|
||||
"name": "Emacs",
|
||||
"url": "https://www.gnu.org/software/emacs/",
|
||||
|
|
Loading…
Reference in a new issue