fix: mason fix for lazy in nvim

This commit is contained in:
Ahmet Kaan Gümüş 2025-05-31 02:48:38 +03:00
parent 1dc6011893
commit 3a1e2baede
5 changed files with 13 additions and 3 deletions

View file

@ -72,7 +72,7 @@ proc_colors = True
proc_gradient = True
#* If process cpu usage should be of the core it's running on or usage of the total available cpu power.
proc_per_core = True
proc_per_core = False
#* Show process memory as bytes instead of percent.
proc_mem_bytes = True