From a24e754c7edefeccdd8d054b104e222b7db017a8 Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Thu, 4 Jul 2024 09:13:50 +0700 Subject: [PATCH] chore: remove none-ls config with C# --- lua/plugins/override.lua | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index c6477a4..e96d0f2 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -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 = {