feat: neovide stuff

This commit is contained in:
2024-03-27 16:13:37 +01:00
parent 37a6783d52
commit 5a1eccd66b
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
maximized = false maximized = false
srgb = true
[font] [font]
normal = ["FiraCode Nerd Font"] normal = ["FiraCode Nerd Font"]

View File

@@ -13,6 +13,8 @@ if vim.g.neovide then
vim.cmd("set pumblend=100") vim.cmd("set pumblend=100")
end, end,
}) })
-- no idea why this is needed
vim.opt.linespace = -1
end end
local signs = { local signs = {