This is a plugin for Podman Quadlet LSP.
Note
Open your issues/questions in the onlyati/quadlet-lsp repository.
Work with >=0.11 Neovim. Setup for the plugin with lazy.nvim:
{
"onlyati/quadlet-lsp.nvim",
lazy = false,
}If quadlet-lsp binary cannot be found on path, pass cmd parameter:
{
"onlyati/quadlet-lsp.nvim",
lazy = false,
opts = {
cmd = "/home/ati/work/quadlet-lsp/bin/quadlet-lsp",
}
}QuadletPullAll: Looking for all image in the current directory and if image is not present, executepodman image pull <image>command.QuadletListJobs: List running background jobs.