mirror of https://github.com/LazyVim/starter
feat: enable editor config support for C#
parent
a817ba070c
commit
00a4a54506
|
@ -13,26 +13,16 @@ return {
|
|||
},
|
||||
},
|
||||
},
|
||||
-- {
|
||||
-- "nvimtools/none-ls.nvim",
|
||||
-- opts = {
|
||||
-- source = {
|
||||
-- builtins = {
|
||||
-- csharpier = {
|
||||
-- args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- {
|
||||
-- "nvim-lspconfig",
|
||||
-- opts = {
|
||||
-- diagnostics = {
|
||||
-- virtual_text = false,
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
omnisharp = {
|
||||
enable_editor_config_support = true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
"mfussenegger/nvim-dap",
|
||||
opts = {
|
||||
|
|
Loading…
Reference in New Issue