Compare commits

...

2 Commits

Author SHA1 Message Date
d2f687732e No need as uv is always a system package 2025-04-27 19:26:56 -04:00
4f482db6be Updated GUI font 2025-04-27 18:10:36 -04:00
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 = { "Hack", ":h16" }
vim.opt.guifont = { "Maple Mono NF", ":h14" }

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"]
disable = ["chezmoi", "emacs", "uv"]
# Ignore failures for these steps
# ignore_failures = ["powershell"]