refactor: renamed plugins_local to dev

This commit is contained in:
Folke Lemaitre 2022-11-30 23:08:00 +01:00
parent 47f5c124aa
commit 5d81c5062b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 5 deletions

View file

@ -6,10 +6,10 @@ local M = {}
M.defaults = {
opt = true,
plugins = "config.plugins",
plugins_local = {
path = vim.fn.expand("~/projects"),
dev = {
path = vim.fn.expand("~/projects"), -- the path where you store your projects
---@type string[]
patterns = {},
patterns = {}, -- For example {"folke"}
},
packpath = vim.fn.stdpath("data") .. "/site/pack/lazy",
lockfile = vim.fn.stdpath("config") .. "/lazy-lock.json",