Folke Lemaitre

Results 961 comments of Folke Lemaitre

@vigoux I totally missed the addition of the locals queries! Definitely something I can use to improve Twilight.

Initially I made twilight to support this, but unfortunately it doesn't work with floating windows (like I use in `zen-mode`) There's an upstream issue about this https://github.com/neovim/neovim/issues/14624 If that would...

I just pushed an update that implements this

Right, forgot about that. Fixed!

I do something similar in Noice for confirm dialogs: ![image](https://user-images.githubusercontent.com/292349/201442820-6df85775-6cea-4f09-b45e-b2a8186548a0.png)

Are you using Noice by any chance? I noticed a similar problem and turned out it was caused by displaying snippets. A snippet typically has dollar signs in them, that...

I'm currently using this work-around in LazyVim: ```lua vim.api.nvim_create_autocmd("BufEnter", { callback = function() if vim.opt.foldmethod:get() == "expr" then vim.schedule(function() vim.opt.foldmethod = "expr" end) end end, }) ```

Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....

@pencilcheck it is called workspace diagnostics in the lsp spec, so that's how it will be called in trouble. ok?

Development on the main branch is EOL. Trouble has been rewritten and will be merged in main soon. This issue/feature either no longer exists or has been implemented on dev....