mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +02:00
update config
This commit is contained in:
parent
8d037f7050
commit
a93d2e08bf
8 changed files with 63 additions and 424 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 = "CaskaydiaCove_Nerd_Font:h17"
|
||||
vim.o.guifont = "JetBrainsMono_Nerd_Font:h17"
|
||||
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