Compare commits

..

No commits in common. "d2f687732ece9336c7b991dfd5c37389ca612ff6" and "b3f739d0bec5f718cb974a917aa818cebbe5d4a9" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
-- bootstrap lazy.nvim, LazyVim and your plugins
require("config.lazy")
vim.opt.guifont = { "Maple Mono NF", ":h14" }
vim.opt.guifont = { "Hack", ":h16" }

View File

@ -15,7 +15,7 @@ pre_sudo = false
# sudo_command = "sudo"
# Disable specific steps - same options as the command line flag
disable = ["chezmoi", "emacs", "uv"]
disable = ["chezmoi", "emacs"]
# Ignore failures for these steps
# ignore_failures = ["powershell"]