Skip to content

Commit

Permalink
feat(popup): Installed popup API.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrKJeff16 committed Apr 1, 2024
1 parent 01b888d commit e2694bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/lazy_cfg/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ Lazy.setup({
'PlenaryBustedDirectory',
},
},
{
'nvim-lua/popup.nvim',
lazy = true,
priority = 1000,
dependencies = { 'nvim-lua/plenary.nvim' },
},

{ 'nvim-tree/nvim-web-devicons', lazy = true, priority = 1000 },

Expand Down

0 comments on commit e2694bf

Please sign in to comment.