-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cursorStyle when entering/exiting vim mode
- Loading branch information
Brijesh Bittu
committed
Dec 8, 2024
1 parent
3c9ae24
commit 9a859c1
Showing
5 changed files
with
5,871 additions
and
4,205 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: node-modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "monaco-vim", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Vim keybindings for monaco-editor", | ||
"main": "./lib/index.js", | ||
"scripts": { | ||
|
@@ -46,5 +46,6 @@ | |
}, | ||
"peerDependencies": { | ||
"monaco-editor": "*" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha512.3003a14012e2987072d244c720506549c1aab73ee728208f1b2580a9fd67b92d61ba6b08fe93f6dce68fd771e3af1e59a0afa28dd242dd0940d73b95fedd4e90" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.