Skip to content

Commit 5c6a0ce

Browse files
committed
feat:
fixed defined config
1 parent a611166 commit 5c6a0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nvimUiPlusConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfigs } from 'reactive-vscode'
22

33
// Define configuration for the extension - without destructuring nested properties
4-
export const config = defineConfigs('nvim_ui_plus', {
4+
export const config = defineConfigs('nvim-ui-plus', {
55
enabled: Boolean,
66

77
uiElements: {

0 commit comments

Comments
 (0)