mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-07-07 16:08:22 -04:00
new font for gui
This commit is contained in:
parent
83b70216a9
commit
3cf282e4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ if vim.g.neovide then
|
||||||
vim.g.neovide_cursor_short_animation_length = 0
|
vim.g.neovide_cursor_short_animation_length = 0
|
||||||
vim.g.neovide_font_hinting = 'none'
|
vim.g.neovide_font_hinting = 'none'
|
||||||
vim.g.neovide_font_edging = 'subpixelantialias'
|
vim.g.neovide_font_edging = 'subpixelantialias'
|
||||||
vim.o.guifont = 'Iosevka Nerd Font,Symbols Nerd Font:h14:#e-subpixelantialias:#h-none'
|
vim.o.guifont = 'JetBrainsMono Nerd Font,Symbols Nerd Font:h14:#e-subpixelantialias:#h-none'
|
||||||
vim.g.neovide_floating_corner_radius = 0.35
|
vim.g.neovide_floating_corner_radius = 0.35
|
||||||
vim.keymap.set("n", "<leader>nf", "<cmd>NeovideFullscreen<CR>", { desc = "Toggle Neovide Fullscreen" })
|
vim.keymap.set("n", "<leader>nf", "<cmd>NeovideFullscreen<CR>", { desc = "Toggle Neovide Fullscreen" })
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue