Stéphane P

Results 12 comments of Stéphane P

Same problem for me using recommended configuration. NVIM v0.5.0-dev+1372-g056c464e8 ![lspinstall](https://user-images.githubusercontent.com/10246722/120694391-6e5cec00-c4aa-11eb-96d0-645c1eed2250.png)

Same here. I've just reinstall nvim recently and I can't install without facing this issue about `ui_compositor.c :556 ui_comp_raw_line attrs[i] >= 0` . I see compositor and think about last...

I also tested using stable (I always use nightly) but same problem :/ I'll try bissecting commits to see where the bug disappear. I'm used to install servers using LspInstall...

Not sure why, but I re-installed nvim from source and everything seems back to normal (NVIM v0.6.0-dev+132-g7d2233fad)

> Were you also building from source before? Nope, I was using nightly AppImage, first time I build it

I found the guilty ~> https://github.com/nvim-telescope/telescope.nvim/commit/4681dcdffe20e1f23b6b9ccf28836537ed166c47 Everything is ok when I `git checkout` the commit before

Hi @thefux Sorry, still broken on my side :/ Calling it is ok ![image](https://user-images.githubusercontent.com/10246722/188938649-321eaf8d-7898-498b-b76d-25be12e6cd13.png) but when I select a project, I have the same issue ![image](https://user-images.githubusercontent.com/10246722/188938391-1dd8fe22-ffbd-4768-bb25-da13b2abec09.png) No problem when calling...

It works ! Cool 👍🏽 😃

Same for me, lsp_interop peek_definition doesn't work since many days now :/ selection is ok though ```lua --- https://github.com/nvim-treesitter/nvim-treesitter require('nvim-treesitter.configs').setup({ ensure_installed = 'maintained', highlight = { enable = true, },...