mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 20:04:59 +01:00
Add neovide settings
This commit is contained in:
parent
78eb9262ec
commit
8a1b5276a6
|
@ -36,3 +36,8 @@ g.loaded_netrwPlugin = 1
|
|||
-- Timeout length (Time in milliseconds to wait for a mapped sequence to complete.)
|
||||
o.timeoutlen = 500
|
||||
|
||||
-- Gui font (Neovide)
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "Mononoki NF"
|
||||
vim.g.neovide_transparency = 0.85
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue