mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 18:31:35 +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
|
@ -31,7 +31,7 @@ with lib; let
|
|||
"vim-vsnip"
|
||||
"nvim-code-action-menu"
|
||||
"trouble"
|
||||
"null-ls"
|
||||
"none-ls"
|
||||
"which-key"
|
||||
"indent-blankline"
|
||||
"nvim-cursorline"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue