Skip to content

Commit

Permalink
Add Nvim to inclusive list of editors for repotools (#1336)
Browse files Browse the repository at this point in the history
Adds nvim to set of editors for the repotools to be used with.
  • Loading branch information
jasdel committed Jul 14, 2021
1 parent 122b16e commit 0806248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/repotools/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var allowedEditors = map[string]struct{}{
"vi": {},
"vim": {},
"gvim": {},
"nvim": {},
"nano": {},
"edit": {},
"gedit": {},
Expand Down

0 comments on commit 0806248

Please sign in to comment.