mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
feat: neovide stuff
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
maximized = false
|
maximized = false
|
||||||
|
srgb = true
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
normal = ["FiraCode Nerd Font"]
|
normal = ["FiraCode Nerd Font"]
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user