Skip to content

Commit

Permalink
perf(plugins): lazy load 'lsp-progress.nvim'
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Oct 17, 2023
1 parent df002b4 commit 8e7fbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ local M = {
-- Statusline
{
"linrongbin16/lsp-progress.nvim",
lazy = true,
event = { UIEnter },
config = lua_config("linrongbin16/lsp-progress.nvim"),
},
Expand Down

0 comments on commit 8e7fbe6

Please sign in to comment.