You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Songli Yu edited this page Jan 21, 2023
·
5 revisions
lua/ysl/secret.lua
localM= {}
M.colorscheme= { 'catppuccin/nvim', name='catppuccin', config=function() vim.cmd('colorscheme catppuccin') end }
vim.g.neovide_cursor_animation_length=0localx=0.7-- The larger, the more opaque. Use 0.6 for README.mdvim.g.neovide_transparency=xvim.cmd(('set winblend=%s'):format(100* (1-x)))
M.transparent= {
enable=true
}
returnM