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

Commit 25e72b0

Browse files
option: configure neovide to use fira code font size 20
1 parent f31877e commit 25e72b0

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 2023-11-13
4+
## Added
5+
- option: configure neovide to use fira code font size 20
6+
37
## Changed
48
- init: `clojure_lsp` name corrected for Clojure LSP server
59
- init: remove zipPlugin from disabled_plugins so `gd` jumps to function definitions in jar files

options.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +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",
1214
},
1315
g = {
1416
mapleader = " ", -- sets vim.g.mapleader

0 commit comments

Comments
 (0)