revert nvim: neovide

This commit is contained in:
Vitor Gonçalves 2024-02-18 12:46:28 -03:00
parent 2728acb5fe
commit 912358ac43
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
local opt = vim.opt
local gv = vim.g
-- tabs
opt.tabstop = 4
@ -30,9 +29,3 @@ opt.splitbelow = true
opt.foldlevel = 99
opt.conceallevel = 2
if vim.g.neovide then
opt.guifont = "JetBrainsMono Nerd Font Mono:h14"
gv.neovide_scale_factor = 0.08
gv.neovide_transparency = 0.8
end