vim: plenary and luared can be always lazy

This commit is contained in:
Fernando Schauenburg 2023-08-11 03:24:07 +02:00
parent c2ff9837bb
commit 7d762a6105
2 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,5 @@
return {
{ 'nvim-lua/plenary.nvim', lazy = true },
{ 'milisims/nvim-luaref', lazy = true },
}

View file

@ -1,5 +0,0 @@
return {
'nvim-lua/plenary.nvim',
'milisims/nvim-luaref',
}