mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 20:29:08 -04:00
Update
This commit is contained in:
parent
473ad7436c
commit
70a59dda08
4 changed files with 64 additions and 40 deletions
12
init.lua
12
init.lua
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue