mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-29 12:10:07 +02:00
update
This commit is contained in:
parent
c33d5f2f0f
commit
69d848dece
4 changed files with 19 additions and 15 deletions
|
@ -9,9 +9,8 @@ vim.g.mapleader = " "
|
|||
vim.g.maplocalleader = " "
|
||||
require("lazy").setup({
|
||||
spec = {
|
||||
{
|
||||
import = "plugins",
|
||||
},
|
||||
{ import = "plugins" },
|
||||
{ import = "custom.plugins" },
|
||||
},
|
||||
defaults = {
|
||||
lazy = true, -- every plugin is lazy-loaded by default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue