20 lines
238 B
Lua
20 lines
238 B
Lua
hl.config({
|
|
debug = {
|
|
full_cm_proto = true,
|
|
},
|
|
|
|
ecosystem = {
|
|
no_update_news = true,
|
|
},
|
|
|
|
cursor = {
|
|
no_hardware_cursors = false,
|
|
use_cpu_buffer = 2,
|
|
zoom_factor = 1.0,
|
|
},
|
|
|
|
xwayland = {
|
|
force_zero_scaling = true,
|
|
},
|
|
})
|