Antonio Hickey

Results 6 comments of Antonio Hickey

Inside the treesitter.lua file: Replace `ensure_installed = "maintained"` With `ensure_installed = { "lua", "*LANGUAGE1*", ... "*LANGUAGE N*"}` _Note: "*LANGUAGE*" is just a place holder, replace this with your desired language._

I'm not suggesting to leave it as "maintained", I'm saying I fixed this error by specifying my languages. Using "all" is probably better but I just specified the languages I...

This issue should be closed, I believe it was fixed with https://github.com/LunarVim/Neovim-from-scratch/pull/152

Any updates on explicit ftps mode?

@pohmelie Ah ok, do you know of anyone in specific working on this? I'd like to help get this feature added.

Does Web Signaling Demo work for anyone else actually exported to web? I'm on Godot 4.1.1, and exported the Web Signaling Demo to HTML5, and set up my signaling server...