Skip to content

Commit

Permalink
feat(remote-development): Add distant.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzaaft committed Jul 13, 2023
1 parent 556e253 commit bc1a49d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Empty file.
6 changes: 6 additions & 0 deletions lua/astrocommunity/remote-development/distant-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -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,
}

0 comments on commit bc1a49d

Please sign in to comment.