mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
update
This commit is contained in:
parent
416eb6a55f
commit
56ed455486
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue