Updated config

This commit is contained in:
Eduard Urbach 2023-08-16 13:17:54 +02:00
parent 9d7b89b37e
commit 9b1fefa687
Signed by: eduard
GPG key ID: 49226B848C78F6C8
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 = {