]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
lazyvim: disable LazyVim
[dotfiles.git] / nvim / lua / config / lazy.lua
index b88ded792028797144efd3f99717f75117af767e..79543245d9d045b57e7751d3ab71038f430a5850 100644 (file)
@@ -8,13 +8,6 @@ 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" },
   },
@@ -27,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,