Lopy

Results 49 comments of 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 ![image](https://user-images.githubusercontent.com/70210066/196513388-24cd22d4-dd73-46b1-a3b2-41644243fa79.png) 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 ![image](https://user-images.githubusercontent.com/70210066/196558511-fbca288a-6089-42a8-9c10-f651dfc46ce6.png) 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 ![image](https://user-images.githubusercontent.com/70210066/210293177-72f707c8-83e5-419a-ae71-a88aba3e28f7.png) ``` 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

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...