Skip to content

Commit

Permalink
Updated fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
liul85 committed Sep 6, 2022
1 parent be30aeb commit 68912ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lua/nvimlualine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ lualine.setup({
lualine_a = { branch },
lualine_b = { diff },
lualine_c = { mode },
-- lualine_x = { "encoding", "fileformat", "filetype" },
lualine_x = { diagnostics, spaces, "encoding", filetype },
lualine_y = { location },
lualine_z = { progress },
Expand Down
2 changes: 1 addition & 1 deletion lua/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vim.opt.signcolumn = "yes" -- always show the sign column,
vim.opt.wrap = false -- display lines as one long line
vim.opt.scrolloff = 8 -- is one of my fav
vim.opt.sidescrolloff = 8
vim.opt.guifont = "monospace:h17" -- the font used in graphical neovim applications
vim.opt.guifont = "NotoSansMono Nerd Font:h15" -- the font used in graphical neovim applications

vim.opt.shortmess:append "c"

Expand Down

0 comments on commit 68912ad

Please sign in to comment.