chore: replace null-ls with none-ls
This commit is contained in:
parent
757811c293
commit
87290b2097
2 changed files with 11 additions and 19 deletions
|
@ -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
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue