mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
plugins: Replace null-ls with none-ls
null-ls is unmaintained as of August 2023 (see https://github.com/jose-elias-alvarez/null-ls.nvim/issues/1621). none-ls appears to be the accepted replacement fork.
This commit is contained in:
parent
34db883c69
commit
49c0a5962f
4 changed files with 21 additions and 21 deletions
|
@ -111,8 +111,8 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
null-ls = {
|
||||
url = "github:jose-elias-alvarez/null-ls.nvim";
|
||||
none-ls = {
|
||||
url = "github:nvimtools/none-ls.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue