Skip to content

Commit bf156fc

Browse files
committed
chore: release v0.0.14
1 parent 08e16a8 commit bf156fc

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

package.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"publisher": "wrathcodes",
33
"name": "nvim-ui-plus",
44
"displayName": "Nvim UI+",
5-
"version": "0.0.13",
6-
"private": false,
5+
"version": "0.0.14",
6+
"private": true,
77
"packageManager": "[email protected]+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
88
"description": "Enhance your VS Code Neovim experience with dynamic UI theming based on Neovim modes",
99
"author": "wrath <[email protected]>",
@@ -39,11 +39,17 @@
3939
"commands": [
4040
{
4141
"command": "nvim-ui-plus.setMode",
42-
"title": "Set Neovim Mode"
42+
"category": "Neovim UI+",
43+
"title": "Set Neovim Mode",
44+
"icon": "res/vim.svg",
45+
"when": false
4346
},
4447
{
4548
"command": "nvim-ui-plus.showCurrentMode",
46-
"title": "Check Current Neovim Mode"
49+
"category": "Neovim UI+",
50+
"title": "Check Current Neovim Mode",
51+
"icon": "res/vim.svg",
52+
"when": false
4753
}
4854
],
4955
"configuration": {
@@ -153,7 +159,7 @@
153159
"devDependencies": {
154160
"@antfu/eslint-config": "^4.11.0",
155161
"@antfu/ni": "^23.3.1",
156-
"@types/node": "^22.13.13",
162+
"@types/node": "^22.13.14",
157163
"@types/vscode": "^1.98.0",
158164
"@vscode/vsce": "^3.3.1",
159165
"bumpp": "^10.1.0",

0 commit comments

Comments
 (0)