mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update config
This commit is contained in:
parent
6e55fe895d
commit
a121508f39
10 changed files with 46 additions and 27 deletions
|
@ -44,6 +44,7 @@ end
|
|||
return {
|
||||
{
|
||||
"j-hui/fidget.nvim",
|
||||
lazy = true,
|
||||
enabled = fidget,
|
||||
tag = "legacy",
|
||||
event = "BufRead",
|
||||
|
@ -59,6 +60,7 @@ return {
|
|||
{
|
||||
"linrongbin16/lsp-progress.nvim",
|
||||
enabled = lualine,
|
||||
lazy = true,
|
||||
branch = "main",
|
||||
event = { "BufRead" },
|
||||
config = function()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue