-- ████████╗██████╗ ██╗██╗ ██╗██╗ ██╗ -- ╚══██╔══╝██╔══██╗██║╚██╗██╔╝╚██╗ ██╔╝ -- ██║ ██████╔╝██║ ╚███╔╝ ╚████╔╝ -- ██║ ██╔══██╗██║ ██╔██╗ ╚██╔╝ -- ██║ ██║ ██║██║██╔╝ ██╗ ██║ -- ╚═╝ ╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝ -- Setup Lazy.nvim and plugins require("plugins") -- Setup standard neovim options require("options") if vim.g.neovide then vim.o.guifont = "FiraCode Nerd Font:h14" vim.g.neovide_scale_factor = 1.0 vim.g.neovide_refresh_rate = 120 vim.g.neovide_refresh_rate_idle = 5 vim.g.neovide_cursor_antialiasing = true vim.g.neovide_cursor_animate_in_insert_mode = true vim.g.neovide_cursor_vfx_mode = "ripple" end