neovide: dont add paddings
This commit is contained in:
parent
a77b02cb71
commit
32d5c86270
1 changed files with 0 additions and 4 deletions
|
@ -21,10 +21,6 @@ vim.cmd([[ set noswapfile ]])
|
|||
-- Put anything you want to happen only in Neovide here
|
||||
if vim.g.neovide then
|
||||
vim.o.guifont = "monospace:h12"
|
||||
vim.g.neovide_padding_top = 12
|
||||
vim.g.neovide_padding_bottom = 12
|
||||
vim.g.neovide_padding_right = 12
|
||||
vim.g.neovide_padding_left = 12
|
||||
|
||||
-- Terminal-emulator-like copy/pasting
|
||||
local opts = { noremap = true, silent = true }
|
||||
|
|
Loading…
Reference in a new issue