Reworked config using chezmoi

This commit is contained in:
2026-01-13 15:01:43 +01:00
parent 2b6d3acf40
commit 7f21933475
64 changed files with 177 additions and 285 deletions

View File

@@ -0,0 +1,20 @@
return {
"aznhe21/actions-preview.nvim",
opts = {
backend = { "telescope", "nui" },
telescope = vim.tbl_extend(
"force",
-- telescope theme: https://github.com/nvim-telescope/telescope.nvim#themes
require("telescope.themes").get_cursor(),
{
make_value = nil,
make_make_display = nil,
previewer = false,
layout_config = {
width = 0.3,
height = 0.15,
},
}
),
}
};