Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Oh, I see. You're right. Totally missed that override. Sorry about that :smile:

This will not work. Try #6053 instead. Looking for feedback. Or pin the plugin's versions to v1.

This PR only makes the error go away. It doesn't take into consideration the LSP servers configuration.

You're using a Neovim built with Luajit `luajit-2.1.0-beta3`, which is old. Please uninstall Neovim and use [bob](https://github.com/MordechaiHadad/bob) to install Neovim or download AppImage from official Neovim repo.

Try the workaround of this [comment](https://github.com/LazyVim/LazyVim/issues/6039#issuecomment-2856227817)

Try to change these [lines](https://github.com/LazyVim/LazyVim/blob/12818a6cb499456f4903c5d8e68af43753ebc869/lua/lazyvim/plugins/extras/lang/omnisharp.lua#L55-L57) to ```lua LazyVim.has("telescope.nvim") and function() require("omnisharp_extended").telescope_lsp_definitions() end or function() require("omnisharp_extended").lsp_definitions() end, ``` and see if it works correctly. I don't do csharp myself, so can't...

If it worked, would you be kind to submit a PR that fixes this? Like i said i don't do csharp and can't test this thoroughly, so this was just...