chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧
https://distant.dev
578 stars 12 forks source link

nvchad setup #243

Closed membranobruno closed 5 months ago

membranobruno commented 5 months ago

Hi! I'm using nvchad and trying to setup the distant. The distant itself is installed and I can run command in terminal. I have added

  {
    "chipsenkbeil/distant.nvim",
    branch = "v0.3",
    config = function()
      require("distant"):setup()
    end,
  },

to plugins.lua and restarted nvim but have no result. Not an editor command: DistantInstall

thanks for any help

chipsenkbeil commented 5 months ago

What happens if you run the setup command manually after loading up neovim?

:lua require("distant"):setup()

Do you get any error? Does the command :DistantInstall show up? Also, if you already have distant available in the commandline and it's the required version (at the moment, 0.20.0), then you shouldn't need to run :DistantInstall at all.