Updated config

This commit is contained in:
2023-08-16 13:17:54 +02:00
parent f7c029132a
commit 6ea0e27293
5 changed files with 27 additions and 25 deletions

View File

@ -8,6 +8,7 @@ vim.opt.rtp:prepend(vim.env.LAZY or lazypath)
require("lazy").setup({
spec = {
{ "LazyVim/LazyVim", import = "lazyvim.plugins" },
{ import = "lazyvim.plugins.extras.util.project" },
{ import = "plugins" },
},
defaults = {