Skip to content

Commit

Permalink
fix(remote-development): Lazy-load on command
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jul 13, 2023
1 parent dbb204a commit 0842044
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion lua/astrocommunity/remote-development/distant-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
return {
"chipsenkbeil/distant.nvim",
branch = "v0.2",
event = "CmdlineEnter",
cmd = {
"DistantLaunch",
"DistantOpen",
"DistantConnect",
"DistantInstall",
"DistantMetadata",
"DistantShell",
"DistantShell",
"DistantSystemInfo",
"DistantClientVersion",
"DistantSessionInfo",
"DistantCopy",
},
config = function()
require("distant").setup {
-- Applies Chip's personal settings to every machine you connect to
Expand Down

0 comments on commit 0842044

Please sign in to comment.