Lopy
Lopy
I was testing and seems like `{ complete = require("octo.completion.")... }` callback isn't being called, maybe its a neovim stuff, I'm running nightly(`NVIM v0.9.0-dev-77-gf175ca9f7`)
I found something very odd, may look like a joke but  it just works if I change the command name in https://github.com/pwntester/octo.nvim/blob/5191478678356c9f1de9a4135bab6756f51dcb30/lua/octo/commands.lua#L15
> Not sure if it will fix your issue, but please give it a try and let me know if it works for you. I tried, even if I use...
Ah, again seems like changing the command name just works  this is very very odd
> Do you have a non-windows machine to test that out? no :( > However, as you can see in the video, cmp-cmdline is showing some options (eg: starting with...
Seems like ts typing are too outdated, `from`/`to` only accept one value, not a table/object, setting configs throwns an error  ``` No overload matches this call. Overload 1 of...
I can live with that for now, but I really can't live without config and one prop per spring
I didn't touch any diagnostics setting, isn't `luau-lsp.diagnostics.includeDependents` enabled by default? I just tried both settings to true and the issue persists
No, enabling workspace diagnostics takes no effect
Well, I haven't touched my config for a good time, I just switched to lazy.nvim (package manager) and seems to work fine. To be honest, I have no idea what...