chore: remove csharp_ls
This commit is contained in:
@@ -168,14 +168,6 @@ nvim_lsp.omnisharp.setup({
|
||||
cmd = { nix_vars.omnisharp, "--languageserver", "--hostPID", tostring(vim.fn.getpid()) },
|
||||
})
|
||||
|
||||
-- CSharp LSP Configuration
|
||||
-- nvim_lsp.csharp_ls.setup({
|
||||
-- on_attach = on_attach,
|
||||
-- flags = lsp_flags,
|
||||
-- capabilities = capabilities,
|
||||
-- cmd = { nix_vars.csharp },
|
||||
-- })
|
||||
|
||||
-- Go LSP Configuration
|
||||
nvim_lsp.gopls.setup({
|
||||
on_attach = function(client, bufnr)
|
||||
|
||||
Reference in New Issue
Block a user