prepare for default lazy
This commit is contained in:
parent
5bedb1ec70
commit
d8e121ca15
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@ end)()
|
||||||
if lazy then
|
if lazy then
|
||||||
lazy.setup {
|
lazy.setup {
|
||||||
spec = 'fschauen.plugins',
|
spec = 'fschauen.plugins',
|
||||||
|
-- defaults = {
|
||||||
|
-- lazy = true,
|
||||||
|
-- },
|
||||||
dev = {
|
dev = {
|
||||||
path = '~/Projects/nvim-plugins',
|
path = '~/Projects/nvim-plugins',
|
||||||
fallback = true,
|
fallback = true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue