This commit is contained in:
Hydroxycarbamide 2024-07-06 02:22:08 +02:00
parent 473ad7436c
commit 70a59dda08
4 changed files with 64 additions and 40 deletions

View file

@ -15,17 +15,5 @@ if not pcall(require, "lazy") then
vim.cmd.quit()
end
vim.keymap.set("i", "jk", "<esc>")
-- neovide
if vim.g.neovide then
-- Put anything you want to happen only in Neovide here
vim.g.neovide_padding_top = 20
vim.g.neovide_padding_bottom = 20
vim.g.neovide_padding_right = 20
vim.g.neovide_padding_left = 20
vim.g.neovide_scale_factor = 1
end
require "lazy_setup"
require "polish"