diff options
| author | Eero Häihälä <eero.haihala@gmail.com> | 2025-12-16 20:05:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-16 13:05:51 -0500 |
| commit | 3d71a4713480e63cb6ca551306a19fd8ac366d43 (patch) | |
| tree | 3b02bcfba541bb2ce549c9f5361ba99c699cb7db | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar.gz nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar.bz2 nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar.lz nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar.xz nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.tar.zst nvim-lspconfig-3d71a4713480e63cb6ca551306a19fd8ac366d43.zip | |
docs(roslyn_ls): format codeblock #4241
| -rw-r--r-- | lsp/roslyn_ls.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lsp/roslyn_ls.lua b/lsp/roslyn_ls.lua index 6aa3e759..0b49f284 100644 --- a/lsp/roslyn_ls.lua +++ b/lsp/roslyn_ls.lua @@ -7,6 +7,7 @@ -- replace `<platform>` with one of the following `linux-x64`, `osx-x64`, `win-x64`, `neutral` (for more info on the download location see https://github.com/dotnet/roslyn/issues/71474#issuecomment-2177303207). -- Download and extract it (nuget's are zip files). -- - if you chose `neutral` nuget version, then you have to change the `cmd` like so: +-- ```lua -- cmd = { -- 'dotnet', -- '<my_folder>/Microsoft.CodeAnalysis.LanguageServer.dll', @@ -16,6 +17,7 @@ -- fs.joinpath(uv.os_tmpdir(), 'roslyn_ls/logs'), -- '--stdio', -- }, +-- ``` -- where `<my_folder>` has to be the folder you extracted the nuget package to. -- - for all other platforms put the extracted folder to neovim's PATH (`vim.env.PATH`) |
