Skip to content

Commit 0806248

Browse files
authored
Add Nvim to inclusive list of editors for repotools (#1336)
Adds nvim to set of editors for the repotools to be used with.
1 parent 122b16e commit 0806248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/repotools/editor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ var allowedEditors = map[string]struct{}{
1111
"vi": {},
1212
"vim": {},
1313
"gvim": {},
14+
"nvim": {},
1415
"nano": {},
1516
"edit": {},
1617
"gedit": {},

0 commit comments

Comments
 (0)