Skip to content

Commit

Permalink
ci: added lazy.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 23, 2024
1 parent 88ac368 commit 395155e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lazy.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
return {
-- nui.nvim can be lazy loaded
{ "MunifTanjim/nui.nvim", lazy = true },
{
"folke/noice.nvim",
event = "VeryLazy", -- load noice on the VeryLazy event
opts = {}, -- this will ensure noice is always setup
},
}

0 comments on commit 395155e

Please sign in to comment.