require "common" require("lazy").setup { spec = "plugins", install = { colorscheme = { "tokyonight" } }, ui = { border = "rounded", icons = { lazy = " " }, }, diff = { cmd = "diffview.nvim" }, checker = { enabled = true, frequency = 3600 }, performance = { rtp = { disabled_plugins = { "gzip", "matchit", "matchparen", "netrwPlugin", "tarPlugin", "tohtml", "tutor", "zipPlugin", }, }, }, } require "ui.fillchars" vim.g.loaded_perl_provider = 0 if vim.g.neovide then require "ui.neovide" elseif vim.g.vscode then require "ui.vscode" end vim.cmd [[colorscheme tokyonight]]