Zeioth

Results 199 comments of Zeioth

Note that this is a very low priority improvement, as one does not normally need image preview while on vim/neovim.

> I can confirm what @dynamotn said andthat's works for me: > > ```lua > local capabilities = vim.lsp.protocol.make_client_capabilities() > capabilities.textDocument.foldingRange = { > dynamicRegistration = false, > lineFoldingOnly =...

@razzmatazz I've been able to get the full log by using `:redir > ~/mylog.log` and then `:messages` after opening a C# file. [See full log in pastebin](https://pastebin.com/raw/EmXQtJQQ)

Ok it seems to be saying it requires a .csproj file. I have another another project with a `.csproj`, so I can test it: Opening a file of this project...

> Building locally and just changing the projects' `TargetFramework` key to `net8.0` worked for me. That doesn't do the trick on my end. Still fails with ``` net8.0 bin Program...

It works ok after the update thanks.

@conradogarciaberrotaran Maybe this issue can be closed? I can install reformat-gherkin on mason successfully (and currently I'm PR none-ls to support it).

@conradogarciaberrotaran check https://github.com/nvimtools/none-ls.nvim/pull/123