require("lazy").setup({
spec = {
- -- add LazyVim and import its plugins
- { "LazyVim/LazyVim", import = "lazyvim.plugins" },
- -- import any extras modules here
- -- { import = "lazyvim.plugins.extras.lang.typescript" },
- -- { import = "lazyvim.plugins.extras.lang.json" },
- -- { import = "lazyvim.plugins.extras.ui.mini-animate" },
- -- import/override with your plugins
{ import = "plugins" },
+ { import = "plugins.lang" },
},
defaults = {
-- By default, only LazyVim plugins will be lazy-loaded. Your custom plugins will load during startup.
version = false, -- always use the latest git commit
-- version = "*", -- try installing the latest stable version for plugins that support semver
},
- install = { colorscheme = { "tokyonight", "habamax" } },
- checker = { enabled = true }, -- automatically check for plugin updates
+ install = { colorscheme = { "onenord", "habamax" } },
+ checker = {
+ -- automatically check for plugin updates
+ enabled = true,
+ notify = false,
+ },
performance = {
rtp = {
-- HACK: do not reset rtp to allow interop with vim-plug
"gzip",
-- "matchit",
-- "matchparen",
- -- "netrwPlugin",
+ "netrwPlugin",
"tarPlugin",
"tohtml",
"tutor",