mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: typos
This commit is contained in:
parent
faac2dd11c
commit
6f00cdedee
3 changed files with 5 additions and 5 deletions
|
@ -50,7 +50,7 @@ M.defaults = {
|
|||
throttle = 20, -- how frequently should the ui process render events
|
||||
},
|
||||
checker = {
|
||||
-- automcatilly check for plugin updates
|
||||
-- automatically check for plugin updates
|
||||
enabled = false,
|
||||
concurrency = nil, ---@type number? set to 1 to check for updates very slowly
|
||||
notify = true, -- get a notification when new updates are found
|
||||
|
|
|
@ -59,7 +59,7 @@ return {
|
|||
keys = { "<C-a>", "<C-x>" },
|
||||
},
|
||||
|
||||
-- local plugins need to be explicitely configured with dir
|
||||
-- local plugins need to be explicitly configured with dir
|
||||
{ dir = "~/projects/secret.nvim" },
|
||||
|
||||
-- you can use a custom url to fetch a plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue