nvim: lazy loading
This commit is contained in:
@ -12,4 +12,5 @@ return {
|
||||
},
|
||||
})
|
||||
end,
|
||||
lazy = true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
@ -12,4 +12,5 @@ return {
|
||||
},
|
||||
})
|
||||
end,
|
||||
lazy = true,
|
||||
}
|
||||
|
||||