Modifing config

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-08-20 22:12:51 +02:00
parent d33475f518
commit aa8223b7a1
6 changed files with 19 additions and 32 deletions

View File

@@ -0,0 +1,18 @@
--[[ local alpha = function()
return string.format("%x", math.floor(255 * vim.g.transparency or 0.8))
end
vim.g.neovide_transparency = 0.8
vim.g.transparency = 0.8
vim.g.neovide_background_color = "#0f1117" .. alpha() ]]
local neovideDir = "C:\\Program Files\\Neovide"
if vim.g.neovide and vim.fn.getcwd() == neovideDir then
vim.cmd([[cd ~]])
end
vim.o.guifont = "JetBrainsMono NFM:h16"
vim.g.neovide_refresh_rate = 165
vim.g.neovide_refresh_rate_idle = 5
vim.g.neovide_cursor_vfx_mode = "railgun"