mirror of
https://github.com/zoriya/flake.git
synced 2026-05-23 15:18:57 +00:00
Fix roslyn
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
kubernetes-helm
|
||||
colima
|
||||
kubectl
|
||||
kubelogin-oidc
|
||||
kustomize
|
||||
docker_28
|
||||
sqlcmd
|
||||
|
||||
@@ -32,10 +32,19 @@ return {
|
||||
"roslyn.nvim",
|
||||
ft = { "cs", "vb" },
|
||||
opts = {
|
||||
exe = "Microsoft.CodeAnalysis.LanguageServer",
|
||||
broad_search = true,
|
||||
},
|
||||
after = function(plug)
|
||||
vim.lsp.config("roslyn", {
|
||||
cmd = {
|
||||
'Microsoft.CodeAnalysis.LanguageServer',
|
||||
'--logLevel',
|
||||
'Information',
|
||||
'--extensionLogDirectory',
|
||||
vim.fs.joinpath(vim.uv.os_tmpdir(), 'roslyn_ls/logs'),
|
||||
'--stdio',
|
||||
},
|
||||
})
|
||||
require("roslyn").setup(plug.opts)
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user