utilities.lua (369B)
1 return { 2 { 3 "ibhagwan/fzf-lua", 4 opts = function(_, opts) 5 opts.winopts = { 6 preview = { 7 vertical = "down:65%", 8 layout = "vertical", 9 }, 10 } 11 end, 12 }, 13 { 14 "lewis6991/gitsigns.nvim", 15 opts = {}, 16 }, 17 { 18 "stevearc/dressing.nvim", 19 opts = {}, 20 event = "VeryLazy", 21 }, 22 { "tpope/vim-fugitive" }, 23 }