tummetott

Results 43 comments of tummetott

AMAZING. I'll look into this soon. thanks you in advance

I completely agree that relocating this file to `stdpath('state')` makes sense. I also support the idea of making this move without a migration tool; a straightforward move, accompanied by documentation....

when you look in to the source, the keyword pattern is also hard coded into a path regex. Changing the keyword pattern might not be possible with this plugin. I...

My intuition tells me that i would not want a new option for this. We already have `trigger_characters`. Is it possible to change to code in a way that the...

Unfortunately no updates. I got used to trigger it with `./` and then later I was deleting the `./` again ... not nice though

Not it’s not an issue in `luals`. The annotations are simply wrong, they should be marked as optional. see https://github.com/hrsh7th/nvim-cmp/pull/1694

Thank you for providing clarification. I appreciate your assistance in helping me understand the nature of this bug. I'm doing the system call myself as workaround, which alleviates the issue...

Hello Sindrets, I currently have the following code snippet in my configuration to generate the text for my winbar, and it's working well. However, I believe this feature could be...

I managed to get dot repetition as following: I created a file called `wrapper.lua` in my runtimepath ```lua local M = {} M.swap_left = function() require('iswap').iswap_node_with('left') end M.swap_right = function()...

Oh I totally forgot about this tbh. I'm quite busy atm but I'll look into this as soon as I have a little more time. Should not be hard to...