Skip to content

Commit

Permalink
Use light font in Neovide
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Apr 29, 2024
1 parent 69f234d commit 870e17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if os.getenv("TMUX") ~= nil then
end

if vim.g.neovide then
vim.o.guifont = "Iosevka Term,Symbols Nerd Font Mono:h16"
vim.o.guifont = "Iosevka Term Light,Symbols Nerd Font Mono:h16"

-- schedule focusing of Neovide (https://github.com/neovide/neovide/issues/2330)
vim.schedule(function()
Expand Down

0 comments on commit 870e17d

Please sign in to comment.