Small changes
This commit is contained in:
@@ -24,7 +24,7 @@ function M.themeselector(opts)
|
||||
|
||||
vim.cmd("SunglassesDisable")
|
||||
pickers
|
||||
.new(combined, {
|
||||
:new(vim.tbl_deep_extend("force", {
|
||||
prompt_title = "Colorscheme",
|
||||
finder = finders.new_table({
|
||||
results = themes,
|
||||
@@ -58,7 +58,7 @@ function M.themeselector(opts)
|
||||
})
|
||||
return true
|
||||
end,
|
||||
})
|
||||
}, combined))
|
||||
:find()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user