From: Huck Boles Date: Mon, 17 Apr 2023 03:08:21 +0000 (-0500) Subject: dont need null-ls right now X-Git-Url: https://git.huck.website/?a=commitdiff_plain;h=280efcf043972b23b300c11ee1022b43898b2eeb;p=nvim.git dont need null-ls right now --- diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 99373a8..bf9881c 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -34,18 +34,4 @@ return { }) end }, - - { - "jose-elias-alvarez/null-ls.nvim", - event = { "BufReadPre", "BufNewFile" }, - dependencies = { - "mason.nvim", - "nvim-lua/plenary.nvim", - { - "jay-babu/mason-null-ls.nvim", - opts = { automatic_setup = true } - } - }, - }, - }