final updates of plugins in nvim_unstable

This commit is contained in:
Alexander Navarro 2025-04-07 10:24:09 -04:00
parent 9661cea5d4
commit 5efa1c4ce5
5 changed files with 44 additions and 58 deletions

View file

@ -2,7 +2,7 @@
return {
"folke/trouble.nvim",
dependencies = { "nvim-tree/nvim-web-devicons" },
dependencies = { "echasnovski/mini.nvim", "ibhagwan/fzf-lua" },
cmd = { "Trouble" },
keys = {
{
@ -32,6 +32,10 @@ return {
},
},
opts = function()
local config = require("fzf-lua.config")
local actions = require("trouble.sources.fzf").actions
config.defaults.actions.files["ctrl-t"] = actions.open
---@type trouble.Window.opts
local win_opts = {
-- size = { width = 30, height = 0.5 },