From fa9f1751b6c87a22195f9267ae0aa9beb6812e5f Mon Sep 17 00:00:00 2001 From: agryphus Date: Wed, 15 Jul 2026 14:24:49 -0400 Subject: [PATCH] fix: null-ls depricated --- lua/andrew/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/andrew/lazy.lua b/lua/andrew/lazy.lua index 520a1b3..a30cd62 100644 --- a/lua/andrew/lazy.lua +++ b/lua/andrew/lazy.lua @@ -142,7 +142,7 @@ require("lazy").setup({ }, -- Linting - "jose-elias-alvarez/null-ls.nvim", + "nvimtools/none-ls.nvim", -- Git wrapper "tpope/vim-fugitive",