Skip to content

Commit

Permalink
pin fidget.nvim to legacy tag
Browse files Browse the repository at this point in the history
  • Loading branch information
markleocativo committed Jun 14, 2023
1 parent 049ed83 commit 9c59ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion files/config/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cmp-path": { "branch": "main", "commit": "91ff86cd9c29299a64f968ebb45846c485725f23" },
"cmp_luasnip": { "branch": "master", "commit": "18095520391186d634a0045dacaa346291096566" },
"emmet-vim": { "branch": "master", "commit": "def5d57a1ae5afb1b96ebe83c4652d1c03640f4d" },
"fidget.nvim": { "branch": "main", "commit": "f1c375ba68839eaa4a65efdf2aa078c0da0548fe" },
"fidget.nvim": { "branch": "main", "commit": "0ba1e16d07627532b6cae915cc992ecac249fb97" },
"friendly-snippets": { "branch": "main", "commit": "49ca2a0e0e26427b550b1f64272d7fe7e4d7d51b" },
"gitsigns.nvim": { "branch": "main", "commit": "4bbfb06cf706d14912fd1962a40280c1b1138965" },
"indent-blankline.nvim": { "branch": "master", "commit": "7075d7861f7a6bbf0de0298c83f8a13195e6ec01" },
Expand Down
1 change: 1 addition & 0 deletions files/config/.config/nvim/lua/plugins/configs/lazy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ local plugins = {
{
"j-hui/fidget.nvim",
event = { "BufReadPre", "BufNewFile" },
tag = "legacy",
config = function()
require("plugins.configs.lsp.progress").setup()
end,
Expand Down

0 comments on commit 9c59ef0

Please sign in to comment.