From d52dd478a246d54c97be24778857244cea9f327b Mon Sep 17 00:00:00 2001 From: fm39hz-laptop Date: Tue, 4 Jun 2024 15:16:59 +0700 Subject: [PATCH] feat: configure none-ls --- lua/plugins/override.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lua/plugins/override.lua b/lua/plugins/override.lua index c3c5a29..1ae88be 100644 --- a/lua/plugins/override.lua +++ b/lua/plugins/override.lua @@ -132,6 +132,13 @@ return { stages = "fade_in_slide_out", }, }, + { + "nvimtools/none-ls.nvim", + opts = { + source = { + builtins = { + csharpier = {}, + }, }, }, },