chore: replace null-ls with none-ls
This commit is contained in:
@@ -32,6 +32,15 @@ lazy.setup({
|
||||
--Nvim to browser
|
||||
'subnut/nvim-ghost.nvim',
|
||||
|
||||
{
|
||||
'2kabhishek/nerdy.nvim',
|
||||
dependencies = {
|
||||
'stevearc/dressing.nvim',
|
||||
'nvim-telescope/telescope.nvim',
|
||||
},
|
||||
cmd = 'Nerdy',
|
||||
},
|
||||
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
@@ -225,9 +234,9 @@ lazy.setup({
|
||||
'simrat39/rust-tools.nvim',
|
||||
|
||||
{
|
||||
'jose-elias-alvarez/null-ls.nvim',
|
||||
'nvimtools/none-ls.nvim',
|
||||
config = function()
|
||||
require 'plugins.null-ls'
|
||||
require 'plugins.none-ls'
|
||||
end
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user