nvchad setup #244
Unanswered
membranobruno
asked this question in
Q&A
Replies: 2 comments
-
|
What happens if you run the setup command manually after loading up neovim? Do you get any error? Does the command |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
NvChad lazy loads plugins by default. There are a couple solutions here.
{
"chipsenkbeil/distant.nvim",
branch = "v0.3",
lazy = false,
config = function()
require("distant"):setup()
end,
},
{
"chipsenkbeil/distant.nvim",
branch = "v0.3",
cmd = {
"DistantLaunch",
"DistantConnect",
....
},
config = function()
require("distant"):setup()
end,
},I prefer solution 2, but you'll need to type all the commands out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
to plugins.lua and restarted nvim but have no result.
Not an editor command: DistantInstall
thanks for any help
Beta Was this translation helpful? Give feedback.
All reactions