-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neovim Issue #5
Comments
Hey, What do you mean about the colorschemes not showing in the options? That they dont appear in the LazyVim extras? About the floaterm issue, it should be fixed now. Seems like there was an issue with the catppuccin theme, because LazyVim was falling back into tokyonight. All the others themes worked correctly though. Let me know if that helped! |
I see, you're calling the mapping for the telescope extension of floaterm. If you did not create any terminal before is going to throw that error. What you have to do is to create a terminal before hand. To do so, you have various options. Take a look at the keys section of the floaterm plugin. For example, create a new floating terminal with ftf and then call the telescope mapping to see the available floaterm teminals. The error is problem of the telescope-floaterm extension, not mine. If you don't like you can submit an issue over there. |
thanks it work. |
I will, but it's gonna take some time. Once I have it I'll let you know. |
Nvim Plugins issue
The floatterm plugin is not working. All colorscheme also not showing in ui colorscheme options
The text was updated successfully, but these errors were encountered: