Skip to content

Commit 7238cc7

Browse files
committed
feat: mark helix and xcode as "experimental"
1 parent a42937d commit 7238cc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/api/pluginapi/editors.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ func (e EditorType) AppName() string {
6969
case EditorTypeVim:
7070
return "Vim"
7171
case EditorTypeHelix:
72-
return "Helix"
72+
return "Helix (Experimental)"
7373
case EditorTypeXcode:
74-
return "Xcode"
74+
return "Xcode (Experimental)"
7575
case EditorTypeBasekeymap:
7676
return "Base Keymap - Import default keymap from intellij/vscode/zed..."
7777
default:

0 commit comments

Comments
 (0)