inital commit: dotfiles of arch-desktop
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
return -- lazydocker.nvim
|
||||
{
|
||||
"mgierada/lazydocker.nvim",
|
||||
dependencies = { "akinsho/toggleterm.nvim" },
|
||||
config = function()
|
||||
require("lazydocker").setup({
|
||||
border = "curved", -- valid options are "single" | "double" | "shadow" | "curved"
|
||||
})
|
||||
end,
|
||||
event = "BufRead",
|
||||
keys = {
|
||||
{
|
||||
"<leader>ld",
|
||||
function()
|
||||
require("lazydocker").open()
|
||||
end,
|
||||
desc = "Open Lazydocker floating window",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user