changed wsl font
This commit is contained in:
parent
3e818ddef9
commit
356a87f4b4
@ -46,7 +46,8 @@ if vim.fn.has('wsl') == 1 then
|
|||||||
},
|
},
|
||||||
cache_enabled = 0,
|
cache_enabled = 0,
|
||||||
}
|
}
|
||||||
opt.guifont = 'Hack Nerd Font Mono:h10'
|
-- opt.guifont = 'Hack Nerd Font Mono:h10'
|
||||||
|
opt.guifont = 'RobotoMono Nerd Font:h10'
|
||||||
|
|
||||||
elseif vim.loop.os_uname().sysname == 'Linux' then
|
elseif vim.loop.os_uname().sysname == 'Linux' then
|
||||||
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
|
opt.guifont = 'JetBrainsMono Nerd Font Mono:h7'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user