Renaming neovide to gui for all gui vim setings

This commit is contained in:
2023-09-10 23:57:22 +02:00
parent 4305e6242c
commit 1033838372

View File

@@ -1,6 +1,7 @@
vim.o.guifont = "Mononoki Nerd Font Mono:h16"
-- neovide
--[[ local alpha = function()
return string.format("%x", math.floor(255 * vim.g.transparency or 0.8))
end