Cody Bender

Results 6 comments of Cody Bender

Ahh yeah you're right, I think I didn't check weapons on other characters. I wanted to keep it more generic than hard coding only emblems as well, but I'd be...

Okay @robojumper I have updated the logic to only check items that are `notransfer`. I couldn't think of a more elegant way to write it than just a ternary that...

Yeah absolutely! I'll get that in tomorrow

It doesn't make it very clear, but you cannot just run the script on it's own - you need to first clone the repo with `--depth 1` and run the...

Maybe something like a submodule could be useful if you're worried about the file duplication

Any update on this? After https://github.com/mfussenegger/nvim-treehopper/commit/f1ffa06bcd1566a50c3122b34334d38f50e1d420 I believe this should just be ```diff diff --git a/lua/tsht.lua b/lua/tsht.lua index 39f53d7..da10485 100644 --- a/lua/tsht.lua +++ b/lua/tsht.lua @@ -4,7 +4,7 @@ local api...