From 46475452f39e3890b492bb6653e45b432067c9b3 Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Sun, 26 Oct 2025 10:41:50 +0100 Subject: Add docker.nvim plugin with some keymaps --- lua/plugins/docker.lua | 7 +++++++ lua/plugins/reactivex.lua | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 lua/plugins/docker.lua create mode 100644 lua/plugins/reactivex.lua (limited to 'lua/plugins') diff --git a/lua/plugins/docker.lua b/lua/plugins/docker.lua new file mode 100644 index 0000000..4504058 --- /dev/null +++ b/lua/plugins/docker.lua @@ -0,0 +1,7 @@ +return { + "dgrbrady/nvim-docker", + dependencies = { + "nvim-lua/plenary.nvim", + "MunifTanjim/nui.nvim", + }, +} diff --git a/lua/plugins/reactivex.lua b/lua/plugins/reactivex.lua new file mode 100644 index 0000000..200bd36 --- /dev/null +++ b/lua/plugins/reactivex.lua @@ -0,0 +1,6 @@ +return { + "4O4/lua-reactivex", + build = function(plugin) + vim.uv.fs_symlink(plugin.dir, plugin.dir .. "/lua", { dir = true }) + end, +} -- cgit v1.2.3