fix(waybar): icon spacing

This commit is contained in:
Barrett Ruth 2026-02-14 17:28:30 -05:00
parent f81997f94d
commit 136ac9fba0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 37 additions and 51 deletions

View file

@ -58,4 +58,6 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
end
vim.opt.rtp:prepend(lazypath)
require('lazy').setup('plugins')
require('lazy').setup('plugins', {
change_detection = { enabled = false },
})