Skip to content

Commit 9d52bce

Browse files
authored
add credits and author (#208)
1 parent 0d9dfd2 commit 9d52bce

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ Vim.unmap("jj", "insert");
6969
// make changes and return new cursor position
7070
});
7171
```
72+
73+
## Credits
74+
75+
This plugin was originally authored by [@mightyguava](https://github.com/mightyguava) (Yunchi Luo) as part of [CodeMirror](https://github.com/codemirror/dev), before being extracted and maintained here.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@replit/codemirror-vim",
33
"version": "6.2.1",
44
"description": "Vim keybindings for CodeMirror 6",
5+
"author": {
6+
"name": "Yunchi Luo",
7+
"email": "[email protected]"
8+
},
59
"scripts": {
610
"dev": "vite ./dev",
711
"test": "cm-runtests",

0 commit comments

Comments
 (0)