Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 78884a9

Browse files
options: set font family and size explicitly for Neovide
1 parent 83675ff commit 78884a9

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- snippet: journal post header markdown snippet
66
- snippet: mkdocs admonition warning for work in progress
77
- tools: add alex config with ignored words
8+
- options: set font family and size explicitly for Neovide
9+
810

911
# 2023-11-13
1012
## Added

options.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ return {
99
wrap = true, -- sets vim.opt.wrap
1010
-- showtabline = 0, -- sets vim.opt.showtabline - zero hides tabs
1111
timeoutlen = 420,
12-
-- neovide font
13-
guifont = "Fira Code:h20",
12+
-- neovide font family & size
13+
guifont = "Fira Code:h16",
1414
},
1515
g = {
1616
mapleader = " ", -- sets vim.g.mapleader

0 commit comments

Comments
 (0)