Domagoj

Results 60 comments of Domagoj

> Hi Michal, this is amazing work and thank you for this! I was doing some researches and I found that the current version of tGQL only works with graphql...

> @vuki656 thanks much! sorry just one more question, do you know when will this be released? very excited about this I don't think there is a date.

Hey @pedro757, do you still plan on finishing this?

> I think the way of registering the auto commands is flawed. Since it always uses the same group, every time a new auto command is registered, all previous auto...

There was an [undocumented breaking change](https://github.com/onsails/lspkind.nvim/pull/44/commits/a505a3790f4b225e5a699c4420ba2e85357ae1cb#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R23) in #44. Just change `init` to `setup` like so: ```lua local lspkind = require("lspkind") lspkind.setup() ```

Also, note that the plugin changed it's name from `lspkind-nvim` to `lspkind.nvim`

> I manage to make it run with the following: `LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ npx playwright test` > > But modifying globally LD_LIBRARY_PATH breaks something in my WSL (apparently Golang executables). I don't...

> me too, how to resolve? I set it to a previous commit like so and it works: ```lua use({ "narutoxy/silicon.lua", config = load_file("screenshot"), commit = "3223d26456f728870cacab91662d03bbace6e354", requires = {...

> Cool! When the issue was created I took a quick look at it. After having done some research now again I've come to the same conclusion: The prisma formatter...

> Any updates on this? I'd be interested in it. I'm currently trying to get the status to show up in Lualine but haven't been able to. Hey @luisfrocha, could...