mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2024-12-13 13:30:41 +00:00
lazy load plenary.nvim
This commit is contained in:
parent
a99a789f74
commit
099e075a01
1 changed files with 1 additions and 2 deletions
|
@ -2,12 +2,11 @@ vim.cmd "packadd packer.nvim"
|
||||||
|
|
||||||
local plugins = {
|
local plugins = {
|
||||||
|
|
||||||
["nvim-lua/plenary.nvim"] = {},
|
["nvim-lua/plenary.nvim"] = { module = "plenary" },
|
||||||
["wbthomason/packer.nvim"] = {},
|
["wbthomason/packer.nvim"] = {},
|
||||||
["NvChad/extensions"] = {},
|
["NvChad/extensions"] = {},
|
||||||
|
|
||||||
["NvChad/base46"] = {
|
["NvChad/base46"] = {
|
||||||
after = "plenary.nvim",
|
|
||||||
config = function()
|
config = function()
|
||||||
local ok, base46 = pcall(require, "base46")
|
local ok, base46 = pcall(require, "base46")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue