This repository has been archived by the owner on Apr 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 107
Problem with the built-in runner #164
Labels
branch: main
For stuff regarding to main branch
good first issue
Good for newcomers
priority: medium
Medium priority stuff
scope: bug
Something isn't working
Comments
Hey mate, sorry for the late reply! I think this is because toggleterm plugin is now called Regards |
NTBBloodbath
added
branch: main
For stuff regarding to main branch
scope: bug
Something isn't working
good first issue
Good for newcomers
priority: medium
Medium priority stuff
labels
Oct 13, 2021
Wow, you're fast! Ok, that should be it :) I'll take a look at it and get back to you during the day |
Sure thing mate, thanks per reporting this :) |
joalon
added a commit
to joalon/doom-nvim
that referenced
this issue
Oct 14, 2021
…ition to check for toggleterm.nvim
joalon
added a commit
to joalon/doom-nvim
that referenced
this issue
Oct 15, 2021
…on for loading toggleterm
joalon
added a commit
to joalon/doom-nvim
that referenced
this issue
Oct 17, 2021
…on for loading toggleterm
joalon
added a commit
to joalon/doom-nvim
that referenced
this issue
Oct 17, 2021
…eterm.nvim in the built-in runner and compiler Update the toggleterm url in the docs
NTBBloodbath
pushed a commit
that referenced
this issue
Oct 17, 2021
…in the built-in runner and compiler Update the toggleterm url in the docs
This was referenced Nov 10, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
branch: main
For stuff regarding to main branch
good first issue
Good for newcomers
priority: medium
Medium priority stuff
scope: bug
Something isn't working
Hello!
Love the project, really impressed with the work being done!
I'm having some trouble when using the built-in runner. When using a stock doom-nvim config, I enabled the 'runner', 'compiler' and 'terminal' plugins and then try to run a python file using
SPC c r
andSPC c i
. Then I'm getting the errors:I tried restarting, then I checked to see the plugin status and saw that toggleterm was installed but not loaded. I think this might be a lazy loading issue due to terminal not being available at the time the
local term
variable in the built-in runner is set. I'll look into making a fix unless someone is faster/already working on it :)The text was updated successfully, but these errors were encountered: