Compare commits
No commits in common. "d00e978fd44076a8b994e3bbce77444c25a3bf49" and "5c221b7c3e088bfe39c40db75c0c811f2a138151" have entirely different histories.
d00e978fd4
...
5c221b7c3e
|
@ -3,6 +3,7 @@ return {
|
||||||
{
|
{
|
||||||
"seblyng/roslyn.nvim",
|
"seblyng/roslyn.nvim",
|
||||||
ft = { "cs", "razor" },
|
ft = { "cs", "razor" },
|
||||||
|
commit = "490fd2d0f76249032ef6ce503e43ccdaeed9616e",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
|
@ -22,7 +23,6 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
exe = "Microsoft.CodeAnalysis.LanguageServer",
|
exe = "Microsoft.CodeAnalysis.LanguageServer",
|
||||||
args = {
|
args = {
|
||||||
"--stdio",
|
|
||||||
"--logLevel=Information",
|
"--logLevel=Information",
|
||||||
"--extensionLogDirectory=" .. vim.fs.dirname(vim.lsp.get_log_path()),
|
"--extensionLogDirectory=" .. vim.fs.dirname(vim.lsp.get_log_path()),
|
||||||
"--razorSourceGenerator=" .. rzlspath .. "/lib/rzls/Microsoft.CodeAnalysis.Razor.Compiler.dll",
|
"--razorSourceGenerator=" .. rzlspath .. "/lib/rzls/Microsoft.CodeAnalysis.Razor.Compiler.dll",
|
||||||
|
|
|
@ -40,7 +40,7 @@ vim.fn.getnixpath = function(packagename, packageoutput)
|
||||||
or string.format("lib.getLib %s", packagename)
|
or string.format("lib.getLib %s", packagename)
|
||||||
),
|
),
|
||||||
{}
|
{}
|
||||||
) --[[@as vim.api.keyset.cmd]],
|
),
|
||||||
{
|
{
|
||||||
output = true,
|
output = true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue