Skip to content

Commit

Permalink
nvim: remove weird csharp_ls config
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioziniades committed Nov 18, 2023
1 parent cb26a53 commit a488003
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,6 @@ require("lazy").setup({
})

lspconfig.csharp_ls.setup({
root_dir = function(startpath)
return lspconfig.util.root_pattern("*.sln")(startpath)
or lspconfig.util.root_pattern("*.csproj")(startpath)
or lspconfig.util.root_pattern(".git")(startpath)
end,
on_attach = on_attach,
capabilities = capabilities,
handlers = {
Expand Down

0 comments on commit a488003

Please # to comment.