Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Why are you creating this issue? Issues are for bugs not user questions.

You could just set the `max_height` of the message to be proportional to the window height. Something like ```lua { "folke/noice.nvim", opts = { lsp = { signature = {...

Are you sure it's not something with your configuration? I use LazyVim myself, but I've just tried a fresh LazyVim installation and it works like you would expect. Feel free...

Just a guess, but could you check if #1525 has anything to do with your problem? Other than that, I'm not really sure and sorry I can't be of further...

I think it's because of this https://github.com/folke/snacks.nvim/blob/bc0630e43be5699bb94dadc302c0d21615421d93/lua/snacks/dashboard.lua#L1161-L1170. The values do indeed seem to only be restored on the User triggered event `SnacksDashboardClosed`. Maybe an additional autocmd should be created for...

We could add `TabNew` [here](https://github.com/folke/snacks.nvim/blob/bc0630e43be5699bb94dadc302c0d21615421d93/lua/snacks/dashboard.lua#L258-L258), so that the `Closed` Snacks event will be triggered when opening a new tab as well, but from my testing since `laststatus` is global, it...

This setting is not default yet. It will be made default on version 3.0 according to the link you provided. I use git 2.51 and don't face this problem. In...

Just a simple user here with a couple recommendations. - Languages Extras also require a `recommended` field, please see other `lang` Extras (for example [python Extra](https://github.com/LazyVim/LazyVim/blob/fb256f2b688cb7ac9875f704fe6c00f27efc2354/lua/lazyvim/plugins/extras/lang/python.lua#L13-L25)) - It's not a...

I believe you need to change the `dialect` that `sqlfluff` uses to support your database. See #2231 and #4594 for how to configure. You have to configure it yourself.

No idea. I don't do Sql stuff. But since it's working for Sql and not Mysql, it sounds like a configuration problem. Try to configure it yourself without enabling the...