-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #24
- Loading branch information
Marc Udoff
committed
Mar 29, 2021
1 parent
f32dea7
commit 015a3d2
Showing
4 changed files
with
491 additions
and
437 deletions.
There are no files selected for viewing
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
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
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,14 @@ | ||
{ | ||
"title": "Notebook Vim", | ||
"description": "Notebook Vim Settings", | ||
"type": "object", | ||
"additionalProperties": true, | ||
"properties": { | ||
"enabled": { | ||
"type": "boolean", | ||
"title": "Enabled", | ||
"description": "Enable/disable notebook vim (may require a page refresh)", | ||
"default": true | ||
} | ||
} | ||
} |
Oops, something went wrong.