feat: better underline in neovide

This commit is contained in:
Ward Truyen
2026-04-20 21:12:23 +02:00
parent b18ba35798
commit 7ca47a7120

View File

@@ -13,6 +13,7 @@ if vim.g.neovide then
vim.g.neovide_opacity = 0.85
vim.g.neovide_window_blurred = true
-- vim.o.guifont = "Source Code Pro:h12"
vim.g.neovide_underline_stroke_scale = 1.5
-- Increase/Decrease scale factor
local change_scale_factor = function(delta)