mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-07-15 16:34:27 +02:00
Adding major changes with the precision
This commit is contained in:
parent
87611001cf
commit
d00f77555e
8 changed files with 296 additions and 23 deletions
lua/custom/plugins
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue