docker_telescope.nvim is a telescope.nvim plugin that brings the ability to view your Docker images using telescope!
This section should assist you with installing and using Docker Telescope.
nvim-telescope/telescope.nvim is required.
Using lazy.nvim
-- plugins/docker_telescope.lua
return {
'msmith-codes/docker_telescope.nvim', tag = 'v0.1.0',
dependencies = { 'nvim-telescope/telescope.nvim' }
config = function()
require("docker_telescope").setup({
key = "<leader>di"
})
end,
}All contributions are welcome! Just fork and open a pull request!
