We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee17185 commit 55c4aa1Copy full SHA for 55c4aa1
README.md
@@ -80,8 +80,8 @@ You can customize everything through VSCode settings:
80
81
```json
82
{
83
- "nvim_ui_plus.enabled": true,
84
- "nvim_ui_plus.uiElements": {
+ "nvim-ui-plus.enabled": true,
+ "nvim-ui-plus.uiElements": {
85
"editorCursor": true,
86
"inputValidation": true,
87
"panelTitle": true,
@@ -94,7 +94,7 @@ You can customize everything through VSCode settings:
94
"suggestWidget": true,
95
"lineNumbers": true
96
},
97
- "nvim_ui_plus.colors": {
+ "nvim-ui-plus.colors": {
98
"normal": "#94E2D5", // Catppuccin teal
99
"insert": "#74C7EC", // Catppuccin sapphire
100
"visual": "#CBA6F7", // Catppuccin mauve
0 commit comments