Chris Grieser
Chris Grieser
> using default_text=".lua$" or something similar to do some pre-filtering Ah nice, didn't know about that one. Solves a few problems I had, thanks. Looks like it's undocumented though, as...
Tbh, I wouldn't know how to implement that. Is there an example somewhere where someone has done such a subclass so I can see how that is done?
> If you are talking about pressing f/F/t/T as a replacement for repeats with ;, I am interested in adding that as a feature to eyeliner.nvim, thanks for the idea!...
are there any updates on getting completion in DressingInput? by manually adding things to `DressingInput` in the cmp config, I managed to get a popup menu upon, but not the...
wow, this is indeed pretty cool. With this I got a cmdline replacement for `:`, including completion of commands ```lua -- : via dressing cmp.setup.filetype("DressingInput", { sources = cmp.config.sources {...
had exactly the same issue. a modified version of the snippet above solved it for me. Since it seems that wrapping is an issue regularly coming up (e.g., #137 #88...
sure, here is my nvim-notify config: https://github.com/chrisgrieser/.config/blob/main/nvim/lua/plugins/notifications.lua
With 0.13, this issue does not occur anymore, probably due to #2395
Currently does not occur anymore
yeah, thing is, I haven't thought of people using custom config directories, and it's hardcoded in *a lot* of places, in different languages (applescript, js, shell, alfred vars etc.), which...