feat(neovim): remove roslyn.nvim version lock
This commit is contained in:
parent
5c221b7c3e
commit
c57525cb7e
|
@ -3,7 +3,6 @@ return {
|
||||||
{
|
{
|
||||||
"seblyng/roslyn.nvim",
|
"seblyng/roslyn.nvim",
|
||||||
ft = { "cs", "razor" },
|
ft = { "cs", "razor" },
|
||||||
commit = "490fd2d0f76249032ef6ce503e43ccdaeed9616e",
|
|
||||||
lazy = true,
|
lazy = true,
|
||||||
dependencies = {
|
dependencies = {
|
||||||
{
|
{
|
||||||
|
@ -23,6 +22,7 @@ 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",
|
||||||
|
|
Loading…
Reference in a new issue