From 68f340ced5ed785bfdcaeeb941c5cf69025428f7 Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 15 Oct 2023 14:00:40 -0700 Subject: [PATCH] Replease null-ls with none-ls --- fnl/plugin.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fnl/plugin.fnl b/fnl/plugin.fnl index fe6e3ae..0d0eff4 100644 --- a/fnl/plugin.fnl +++ b/fnl/plugin.fnl @@ -198,7 +198,7 @@ (module-call! :plugin.lsp :configure)) ;; null-ls.nvim - (use! :jose-elias-alvarez/null-ls.nvim + (use! :nvimtools/none-ls.nvim :after :nvim-lspconfig :config (module-call! :plugin.lsp :setup-null-ls))