mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 12:19:08 -04:00
Add neovide related config
This commit is contained in:
parent
767c6e8a03
commit
4e3a087d14
1 changed files with 9 additions and 0 deletions
9
init.lua
9
init.lua
|
@ -17,5 +17,14 @@ 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
|
||||
end
|
||||
|
||||
require "lazy_setup"
|
||||
require "polish"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue