feat: switch to none-ls

This commit is contained in:
Devin Haska 2024-06-07 10:25:57 -07:00
parent 7c658a83e1
commit 04f50fa216
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ return {
end,
},
{
"jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",
event = { "BufWritePost", "BufReadPost", "InsertLeave" },
opts = function()
local null_ls = require("null-ls")