refactor(config): package_path => packpath

This commit is contained in:
Folke Lemaitre 2022-11-29 00:14:23 +01:00
parent fb84c081b0
commit 2fa5be3779
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@ M.defaults = {
patterns = {},
},
interactive = true,
package_path = vim.fn.stdpath("data") .. "/site/pack/lazy",
packpath = vim.fn.stdpath("data") .. "/site/pack/lazy",
view = {
icons = {
start = "",