Reworked config using chezmoi
This commit is contained in:
20
dot_config/nvim/lua/plugins/action-preview.lua
Normal file
20
dot_config/nvim/lua/plugins/action-preview.lua
Normal 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,
|
||||
},
|
||||
}
|
||||
),
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user