Add neovide settings

This commit is contained in:
Warren Hood 2022-11-15 03:27:54 +02:00
parent 78eb9262ec
commit 8a1b5276a6

View file

@ -36,3 +36,8 @@ g.loaded_netrwPlugin = 1
-- Timeout length (Time in milliseconds to wait for a mapped sequence to complete.) -- Timeout length (Time in milliseconds to wait for a mapped sequence to complete.)
o.timeoutlen = 500 o.timeoutlen = 500
-- Gui font (Neovide)
if vim.g.neovide then
vim.o.guifont = "Mononoki NF"
vim.g.neovide_transparency = 0.85
end