set guifont for neovide to Hack:h10
This commit is contained in:
parent
b341a42762
commit
fcb44e95b3
1
init.lua
1
init.lua
|
@ -26,6 +26,7 @@ vim.g.have_nerd_font = true -- Set to true if you have a Nerd Font installed and
|
||||||
-- :help vim.opt
|
-- :help vim.opt
|
||||||
-- :help option-list
|
-- :help option-list
|
||||||
|
|
||||||
|
vim.opt.guifont = 'Hack Nerd Font:h10'
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
vim.opt.relativenumber = true
|
vim.opt.relativenumber = true
|
||||||
vim.opt.mouse = 'n' -- Enable mouse mode, can be useful for resizing splits for example!
|
vim.opt.mouse = 'n' -- Enable mouse mode, can be useful for resizing splits for example!
|
||||||
|
|
Loading…
Reference in New Issue