William Hou

Results 35 comments of William Hou

Here is a video of me manually echoing to stderr. Also i just realized the stdout behavior is a bit weird. As soon as I type something in the terminal,...

ok thx, i'll try it out!

I just confirmed it's neovim problem. But it seems like that's how it's intended to work with no plans to fix it (it's been around since 2015!!), which is quite...

Can confirm doesn't work for me too. I have my formatting set to spaces and 2 for indentation, but it formats to 4 spaces.

Isn't this the same issue? My defaultConfig is not respected, so it's formatting to 4 spaces (which happens if I don't configure anything at all)

Okay, I think I understand what the problem is. Basically, it does read my editor indentation, but for Lua tables, it sticks to 4 spaces no matter what. Should I...

Any updates on this? I would much rather prefer treesitter to parse them as variables, because when I'm using treesitter textobjects, go to next function makes me land on the...

Just wanted to share this script that does what op is describing, in case anyone stumbles across the same problem: ```lua { key = "R", mods = "SHIFT|SUPER", action =...