fix(waybar): icon spacing
This commit is contained in:
parent
f81997f94d
commit
136ac9fba0
5 changed files with 37 additions and 51 deletions
|
|
@ -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 },
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue