From 02bbc5fca7b522091ae0ae51a5261cdf4fdb9ec3 Mon Sep 17 00:00:00 2001 From: Micah Halter Date: Thu, 14 Dec 2023 16:05:47 -0500 Subject: [PATCH] fix(none-ls): update `null-ls` file to `none-ls` --- lua/plugins/{null-ls.lua => none-ls.lua} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename lua/plugins/{null-ls.lua => none-ls.lua} (95%) diff --git a/lua/plugins/null-ls.lua b/lua/plugins/none-ls.lua similarity index 95% rename from lua/plugins/null-ls.lua rename to lua/plugins/none-ls.lua index cd2b10e..24b2dec 100644 --- a/lua/plugins/null-ls.lua +++ b/lua/plugins/none-ls.lua @@ -2,7 +2,7 @@ if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE -- Example customization of Null-LS sources return { - "jose-elias-alvarez/null-ls.nvim", + "nvimtools/none-ls.nvim", opts = function(_, config) -- config variable is the default configuration table for the setup function call -- local null_ls = require "null-ls"