Skip to content

Commit

Permalink
chore: update .lazy.lua settings
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Aug 8, 2024
1 parent 01050d1 commit c097aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local M = {
themes = { "onedark", "onelight", "onedark_vivid", "onedark_dark" },
opts = {
caching = false,
cache_path = vim.fn.expand(vim.fn.stdpath("cache") .. "/onedarkpro_dotfiles"),
cache_path = vim.fn.expand(vim.fn.stdpath("cache") .. "/onedarkpro_testing"),
},
globals = { vim = vim },
cache = {}, ---@type table<string, boolean>
Expand Down

0 comments on commit c097aca

Please sign in to comment.