mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
refactor(config): package_path => packpath
This commit is contained in:
parent
fb84c081b0
commit
2fa5be3779
3 changed files with 6 additions and 6 deletions
|
@ -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 = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue