Skip to content

Commit

Permalink
Fix select for choice theme
Browse files Browse the repository at this point in the history
  • Loading branch information
lvim-tech committed Nov 10, 2022
1 parent dc819e2 commit e694a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/configs/base/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ configs["base_vim"] = function()
},
}
local function lvim_theme()
local select = require("lvim-select-input.select")
local select = require("lvim-ui-config.select")
select({
"Dark",
"Light",
Expand Down

0 comments on commit e694a2d

Please sign in to comment.