@@ -1,3 +1,6 @@
|
|||||||
|
vim.o.guifont = "Mononoki Nerd Font Mono:h16"
|
||||||
|
|
||||||
|
-- neovide
|
||||||
--[[ local alpha = function()
|
--[[ local alpha = function()
|
||||||
return string.format("%x", math.floor(255 * vim.g.transparency or 0.8))
|
return string.format("%x", math.floor(255 * vim.g.transparency or 0.8))
|
||||||
end
|
end
|
||||||
@@ -11,8 +14,14 @@ if vim.g.neovide and vim.fn.getcwd() == neovideDir then
|
|||||||
vim.cmd([[cd ~]])
|
vim.cmd([[cd ~]])
|
||||||
end
|
end
|
||||||
|
|
||||||
vim.o.guifont = "JetBrainsMono NFM:h16"
|
|
||||||
|
|
||||||
vim.g.neovide_refresh_rate = 165
|
vim.g.neovide_refresh_rate = 165
|
||||||
vim.g.neovide_refresh_rate_idle = 5
|
vim.g.neovide_refresh_rate_idle = 5
|
||||||
vim.g.neovide_cursor_vfx_mode = "railgun"
|
vim.g.neovide_cursor_vfx_mode = "railgun"
|
||||||
|
|
||||||
|
-- goneovim
|
||||||
|
|
||||||
|
local goneovimDir = "C:\\Users\\Ante\\scoop\\apps\\goneovim\\current"
|
||||||
|
|
||||||
|
if vim.g.goneovim and vim.fn.getcwd() == goneovimDir then
|
||||||
|
vim.cmd([[cd ~]])
|
||||||
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user