diff --git a/lua/astrocommunity/remote-development/distant-nvim/README.md b/lua/astrocommunity/remote-development/distant-nvim/README.md new file mode 100644 index 000000000..e69de29bb diff --git a/lua/astrocommunity/remote-development/distant-nvim/init.lua b/lua/astrocommunity/remote-development/distant-nvim/init.lua new file mode 100644 index 000000000..c46c807e0 --- /dev/null +++ b/lua/astrocommunity/remote-development/distant-nvim/init.lua @@ -0,0 +1,6 @@ +return { + "chipsenkbeil/distant.nvim", + branch = "v0.2", + cmd = { "DistantInstall", "DistantLaunch", "DistantOpen" }, + opts = function(_, opts) require("astronvim.utils").extend_tbl(opts, require("distant.settings").chip_default()) end, +}