refactor(nvim): include lazy in plugins table

This commit is contained in:
Price Hiller 2023-01-17 18:32:19 -06:00
parent 71226702bb
commit a2b7f793b6

View File

@ -17,6 +17,8 @@ vim.opt.runtimepath:prepend(lazypath)
local lazy = require("lazy") local lazy = require("lazy")
lazy.setup({ lazy.setup({
-- Lazy itself
{ "folke/lazy.nvim" },
-- Commonly used library -- Commonly used library
{ {
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",