Sync latest status
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = function(_, opts)
|
||||
-- Check if lazydocker is installed on the system
|
||||
if vim.fn.executable("lazydocker") == 1 then
|
||||
-- Add custom keymap to LazyVim
|
||||
vim.keymap.set("n", "<leader>kd", function()
|
||||
LazyVim.terminal({ "lazydocker" }, { esc_esc = false, ctrl_hjkl = false })
|
||||
end, { desc = "LazyDocker" })
|
||||
end
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user