Arnold Chand

Results 15 comments of Arnold Chand

If your mono and mcs is already globally available then I'm not exactly sure why it's not picking it up in your config. From my testing it should be working...

I see that `cs = { mcs, dotnet_format }` entry is not there in languages (https://github.com/princenizroh/dotprofiles-linux/blob/3ab9c8ec1c4de0ba465788f890bd2bb6aa1c7a4f/.config/nvim/lua/princenizroh/plugins/nvim-lspconfig.lua#L253) That is how nvim filetype is defined for C# files using the `cs` filetype....

There is some confusion here. `formatStdin` dictates how the input will be sent to the cli tool. Will it be from `stdin`? Or will it be handled externally (like pass...

However I don't see the LSP server like efm provide a way to channel these changes from a temp file to stdout. I think it's the LSP client's responsibility to...

Closing this for now, let me know if you were able to resolve or still having the same issue.