fix: ⚡ mason fix for lazy in nvim
This commit is contained in:
parent
1dc6011893
commit
3a1e2baede
5 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue