mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 17:01:01 +00:00
update font config
This commit is contained in:
parent
c849ff2e36
commit
ff602381b4
3 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
local o, opt = vim.o, vim.opt
|
||||
local gui_font_family = "Berkeley Mono"
|
||||
local gui_font_size = 15
|
||||
|
||||
o.number = true
|
||||
o.relativenumber = true
|
||||
|
|
@ -40,3 +42,5 @@ o.foldenable = true
|
|||
o.updatetime = 250
|
||||
o.mouse = 'a'
|
||||
o.clipboard = 'unnamedplus'
|
||||
|
||||
if vim.g.neovide then o.guifont = ("%s:h%s"):format(gui_font_family, gui_font_size) end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue