File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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] >" ,
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" : {
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" ,
You can’t perform that action at this time.
0 commit comments