This commit is contained in:
asep komarudin 2023-05-07 06:32:06 +07:00
parent 416eb6a55f
commit 56ed455486
2 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ if vim.g.neovide then
vim.keymap.set("c", "<c-v>", "<C-R>+") -- Paste command mode
vim.keymap.set("i", "<c-v>", '<ESC>l"+Pli') -- Paste insert mode
vim.o.guifont = "JetBrainsMono_Nerd_Font:h17"
vim.o.guifont = "JetBrainsMono_Nerd_Font:h15"
vim.g.neovide_padding_top = 0
vim.g.neovide_padding_bottom = 0
vim.g.neovide_padding_right = 0