refactor(nvim): include lazy in plugins table
This commit is contained in:
parent
71226702bb
commit
a2b7f793b6
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user