We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a42937d commit 7238cc7Copy full SHA for 7238cc7
1 file changed
pkg/api/pluginapi/editors.go
@@ -69,9 +69,9 @@ func (e EditorType) AppName() string {
69
case EditorTypeVim:
70
return "Vim"
71
case EditorTypeHelix:
72
- return "Helix"
+ return "Helix (Experimental)"
73
case EditorTypeXcode:
74
- return "Xcode"
+ return "Xcode (Experimental)"
75
case EditorTypeBasekeymap:
76
return "Base Keymap - Import default keymap from intellij/vscode/zed..."
77
default:
0 commit comments