Matt-FTW / dotfiles

💄 Yet another Aesthetic Hyprland Config
https://dotfiles-docs.vercel.app/
GNU General Public License v3.0
305 stars 21 forks source link

Neovim Issue #5

Closed S4NKALP closed 11 months ago

S4NKALP commented 11 months ago

Nvim Plugins issue

The floatterm plugin is not working. All colorscheme also not showing in ui colorscheme options

Matt-FTW commented 11 months ago

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!

S4NKALP commented 11 months ago

whenever i try to toggle terminal it show this error i updated it but not working tho

Screenshot_02-Jan_21-23-44_18670

Matt-FTW commented 11 months ago

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.

S4NKALP commented 11 months ago

thanks it work. Will you add keybind of nvim in readme section as i am using nvim config only

Matt-FTW commented 11 months ago

I will, but it's gonna take some time. Once I have it I'll let you know.