update config

This commit is contained in:
asep komarudin 2023-04-17 13:48:54 +07:00
parent 8d037f7050
commit a93d2e08bf
8 changed files with 63 additions and 424 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 = "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