Adding major changes with the precision

This commit is contained in:
sharmaharshitnone 2025-06-09 20:12:12 +05:30
parent 87611001cf
commit d00f77555e
8 changed files with 296 additions and 23 deletions
lua/custom/plugins

View file

@ -25,12 +25,12 @@ return {
-- Plugin configuration
config = function()
-- Configure floating window border
require("lazygit").setup({
floating_window_winblend = 0, -- transparency of floating window
floating_window_scaling_factor = 0.9, -- scaling factor for floating window
floating_window_border_chars = { '', '', '', '', '', '', '', '' }, -- customize floating window border chars
lazygit_floating_window_use_plenary = true, -- use plenary.nvim to manage floating window if available
})
-- require("lazygit").setup({
-- -- floating_window_winblend = 0, -- transparency of floating window
-- floating_window_scaling_factor = 0.9, -- scaling factor for floating window
-- floating_window_border_chars = { '╭', '─', '╮', '│', '╯', '─', '╰', '│' }, -- customize floating window border chars
-- lazygit_floating_window_use_plenary = true, -- use plenary.nvim to manage floating window if available
-- })
end,
}
}