mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-25 14:01:03 +00:00
feat: enable editor config support for C#
This commit is contained in:
parent
a817ba070c
commit
00a4a54506
1 changed files with 78 additions and 88 deletions
|
|
@ -13,26 +13,16 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- {
|
{
|
||||||
-- "nvimtools/none-ls.nvim",
|
"neovim/nvim-lspconfig",
|
||||||
-- opts = {
|
opts = {
|
||||||
-- source = {
|
servers = {
|
||||||
-- builtins = {
|
omnisharp = {
|
||||||
-- csharpier = {
|
enable_editor_config_support = true,
|
||||||
-- args = { "--write-stdout", "--no-cache", "$FILENAME" },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- {
|
|
||||||
-- "nvim-lspconfig",
|
|
||||||
-- opts = {
|
|
||||||
-- diagnostics = {
|
|
||||||
-- virtual_text = false,
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
{
|
{
|
||||||
"mfussenegger/nvim-dap",
|
"mfussenegger/nvim-dap",
|
||||||
opts = {
|
opts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue