Skip to content

Commit

Permalink
Update null-ls to none-ls (#90)
Browse files Browse the repository at this point in the history
Null-ls is now unmaintained, so the package should direct users to the
maintained fork.
  • Loading branch information
hankertrix authored Jan 5, 2024
1 parent 62ca3b1 commit 4ca4c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ not `mason.nvim` package names.
event = { "BufReadPre", "BufNewFile" },
dependencies = {
"williamboman/mason.nvim",
"jose-elias-alvarez/null-ls.nvim",
"nvimtools/none-ls.nvim",
},
config = function()
require("your.null-ls.config") -- require your null-ls config here (example below)
Expand All @@ -86,7 +86,7 @@ not `mason.nvim` package names.

```vim
Plug 'williamboman/mason.nvim'
Plug 'jose-elias-alvarez/null-ls.nvim'
Plug 'nvimtools/none-ls.nvim'
Plug 'jay-babu/mason-null-ls.nvim'
```

Expand Down

0 comments on commit 4ca4c9c

Please sign in to comment.