chore: remove none-ls config with C#

pull/99/head
fm39hz-laptop 2024-07-04 09:13:50 +07:00
parent d5234084fb
commit a24e754c7e
1 changed files with 12 additions and 12 deletions

View File

@ -136,18 +136,18 @@ return {
stages = "fade_in_slide_out",
},
},
{
"nvimtools/none-ls.nvim",
opts = {
source = {
builtins = {
csharpier = {
args = { "--write-stdout", "--no-cache", "$FILENAME" },
},
},
},
},
},
-- {
-- "nvimtools/none-ls.nvim",
-- opts = {
-- source = {
-- builtins = {
-- csharpier = {
-- args = { "--write-stdout", "--no-cache", "$FILENAME" },
-- },
-- },
-- },
-- },
-- },
{
"nvim-telescope/telescope.nvim",
opts = {