vim: plenary and luared can be always lazy
This commit is contained in:
parent
c2ff9837bb
commit
7d762a6105
2 changed files with 5 additions and 5 deletions
5
config/nvim/lua/fschauen/plugins/core.lua
Normal file
5
config/nvim/lua/fschauen/plugins/core.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
{ 'nvim-lua/plenary.nvim', lazy = true },
|
||||
{ 'milisims/nvim-luaref', lazy = true },
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
return {
|
||||
'nvim-lua/plenary.nvim',
|
||||
'milisims/nvim-luaref',
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue