@leohenon/pi-vim 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # pi-vim
2
2
 
3
- Full vim mode for [pi](https://github.com/badlogic/pi-mono).
3
+ [![npm](https://img.shields.io/npm/v/%40leohenon%2Fpi-vim?style=flat-square&logo=npm&logoColor=white&label=npm&color=f59e0b)](https://www.npmjs.com/package/@leohenon/pi-vim)
4
+
5
+ Vim mode for [pi](https://github.com/badlogic/pi-mono).
4
6
 
5
7
  Normal, insert, visual, and replace modes with motions, text objects, yank/put, and undo/redo.
6
8
 
@@ -127,3 +129,6 @@ pi-vim/
127
129
  package.json
128
130
  README.md
129
131
  ```
132
+
133
+ > [!NOTE]
134
+ > If you run into any bugs, please open an issue.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leohenon/pi-vim",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Vim-mode editor extension for pi",
5
5
  "type": "module",
6
6
  "license": "MIT",