X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/97c8d5213a240c460f2454bd4c9a3009b1ad2bc7..9ae0a56deb3f1b4bc9682e07caf07fdee48b7f17:/nvim/lua/config/lazy.lua diff --git a/nvim/lua/config/lazy.lua b/nvim/lua/config/lazy.lua index bad9b58..7954324 100644 --- a/nvim/lua/config/lazy.lua +++ b/nvim/lua/config/lazy.lua @@ -8,14 +8,8 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath) 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. @@ -26,7 +20,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, + install = { colorscheme = { "onenord", "habamax" } }, checker = { -- automatically check for plugin updates enabled = true,