Small tweaks

This commit is contained in:
2024-12-22 15:35:34 +01:00
parent 18cc8ef5ad
commit 631de5358a
3 changed files with 15 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ function M.themeselector(opts)
actions.select_default:replace(function()
actions.close(prompt_bufnr)
local selection = action_state.get_selected_entry()
applytofile(selection.value, prefsFile)
applytofile(selection.value)
end)
-- action_set.shift_selection:enhance({
-- post = function()