Skip to content

Commit

Permalink
Neovide GUI Font Vim cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnu.prabu committed Oct 27, 2023
1 parent e2ac4ed commit a7fdd74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ for _, source in ipairs {
if not status_ok then vim.api.nvim_err_writeln("Failed to load " .. source .. "\n\n" .. fault) end
end

-- Neovide Operations
if vim.g.neovide then
vim.cmd("set guifont=MesloLGS\\ NF:h10")
end

if astronvim.default_colorscheme then
if not pcall(vim.cmd.colorscheme, astronvim.default_colorscheme) then
require("astronvim.utils").notify(
Expand Down

0 comments on commit a7fdd74

Please sign in to comment.