mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: migrate from null-ls.nvim to none-ls.nvim
This commit is contained in:
parent
7b4d629ab0
commit
f6250a8153
3 changed files with 4 additions and 3 deletions
|
@ -129,7 +129,8 @@ return {
|
|||
"jayp0521/mason-null-ls.nvim",
|
||||
-- lazy = true,
|
||||
dependencies = {
|
||||
"jose-elias-alvarez/null-ls.nvim",
|
||||
-- "jose-elias-alvarez/null-ls.nvim",
|
||||
"nvimtools/none-ls.nvim",
|
||||
config = function()
|
||||
require("user.lsp.null-ls")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue