Luan Santos
Luan Santos
This imbuement no longer exists in the game.
I briefly tested this PR on my end, and damage over time (conditions) aren't working properly. If you try `Ignite` against a Grim Reaper for example, it's not ticking.
> @dudantas I found a new crash, can you test it? To try to reproduce you must equip a "Royal Star" and any sheild (in my case I used the...
This is a bit of a hack, but I got this to work: ```lua M.join_at_cursor = function() local filetype = vim.bo.filetype if settings.containers[filetype] == nil then warn("filetype %s is not...
@cla-bot check
Hi @maxbrunsfeld! That's weird, I do have that file in there: https://github.com/luan/zed-wgsl/blob/main/extension.json I'm poking around a bit to see what it could be
Ah, silly me, I added the submodule incorrectly, just pushed a fix to this branch here.
@mmb it actually used to be included. But that plugin's regexes for syntax highlighting are pretty slow unfortunately on larger files so I ended up removing it. I've been meaning...
This shouldn't be happening. I'll investigate and fix it soon. I no longer add features to this config with testing on Vim < 8.0, so you may want to upgrade...
> Thanks for the PR! > > Adding input logic like combos to this crate feels slightly like scope creep. Maybe it could be doable by having an optional dependency...