]> git.rmz.io Git - dotfiles.git/blobdiff - nvim/lua/config/lazy.lua
lazyvim: disable LazyVim
[dotfiles.git] / nvim / lua / config / lazy.lua
index 68de635ef3d263c773976b442beae97e17577e4c..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" },
   },