summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/null-ls.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-11-26 00:28:16 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-11-26 00:28:16 +0100
commitaa919da79739bbfe3daf8e6414c6fc36f8caf36a (patch)
treeaf1118956bdd472f77fa2eaaed12bf4556ad4d1d /fnl/plugins/lsp/null-ls.fnl
parentc0343cfb909990226ae65f5e361bccbcfe39f8d5 (diff)
Replace null-ls with none-ls
Diffstat (limited to 'fnl/plugins/lsp/null-ls.fnl')
-rw-r--r--fnl/plugins/lsp/null-ls.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/null-ls.fnl b/fnl/plugins/lsp/null-ls.fnl
index 5ef69d1..ff98aee 100644
--- a/fnl/plugins/lsp/null-ls.fnl
+++ b/fnl/plugins/lsp/null-ls.fnl
@@ -35,7 +35,7 @@
formatting.terraform_fmt]}))
(mason-null-ls.setup mason-opts)))
-{1 :jose-elias-alvarez/null-ls.nvim
+{1 :nvimtools/none-ls.nvim
:dependencies [:mason.nvim
:jayp0521/mason-null-ls.nvim
:nvim-lua/plenary.nvim]