Skip to content

Commit a3823bb

Browse files
committed
feat:
- fix vscode-neovim check'
1 parent 26a5e75 commit a3823bb

File tree

2 files changed

+31
-6
lines changed

2 files changed

+31
-6
lines changed

.vscode/settings.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,33 @@
4545
"json",
4646
"jsonc",
4747
"yaml"
48-
]
48+
],
49+
"workbench.colorCustomizations": {
50+
"editorCursor.foreground": "#94E2D5",
51+
"inputValidation.errorBorder": "#94E2D5",
52+
"inputValidation.infoBorder": "#94E2D5",
53+
"inputValidation.warningBorder": "#94E2D5",
54+
"panelTitle.activeForeground": "#94E2D5",
55+
"panelTitle.activeBorder": "#94E2D5",
56+
"peekView.border": "#94E2D5",
57+
"peekViewTitleLabel.foreground": "#94E2D5",
58+
"tab.activeBorder": "#94E2D5",
59+
"tab.activeBorderTop": "#94E2D5",
60+
"tab.activeForeground": "#94E2D5",
61+
"activityBarBadge.background": "#94E2D5",
62+
"activityBar.activeBorder": "#94E2D5",
63+
"activityBar.foreground": "#94E2D5",
64+
"statusBarItem.remoteBackground": "#94E2D5",
65+
"titleBar.activeForeground": "#94E2D5",
66+
"titleBar.border": "#94E2D5",
67+
"statusBar.border": "#94E2D5",
68+
"statusBar.foreground": "#94E2D5",
69+
"editor.selectionHighlightBorder": "#94E2D5",
70+
"editor.selectionForeground": "#94E2D5",
71+
"editor.findMatchBorder": "#94E2D5",
72+
"editorMultiCursor.primary.foreground": "#94E2D5",
73+
"editorMultiCursor.secondary.foreground": "#94E2D5",
74+
"editorSuggestWidget.border": "#94E2D5",
75+
"editorLineNumber.activeForeground": "#94E2D5"
76+
}
4977
}

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,11 @@
3939
"commands": [
4040
{
4141
"command": "nvim-ui-plus.setMode",
42-
"title": "Set Neovim Mode",
43-
"when": "false"
42+
"title": "Set Neovim Mode"
4443
},
4544
{
4645
"command": "nvim-ui-plus.showCurrentMode",
47-
"title": "Check Current Neovim Mode",
48-
"category": "Neovim UI+",
49-
"when": "false"
46+
"title": "Check Current Neovim Mode"
5047
}
5148
],
5249
"configuration": {

0 commit comments

Comments
 (0)