Skip to content

Commit

Permalink
perf(plugins): lazy load 'lsp-progress.nvim' (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Oct 17, 2023
1 parent df002b4 commit cfc0bb4
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 cfc0bb4

Please sign in to comment.