Skip to content

Commit

Permalink
chore(nvim/plugin): pin fidget to legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
piouPiouM committed Jun 14, 2023
1 parent b6580f6 commit 7928654
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions nvim/.config/nvim/lua/ppm/plugin/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,13 @@ return require("packer").startup({

-- Language Server Protocol
use {
{ "folke/neodev.nvim", event = "User ActuallyEditing" },
{ "j-hui/fidget.nvim", event = "User ActuallyEditing", config = config("fidget") },
{ "folke/neodev.nvim", event = "User ActuallyEditing" },
{
"j-hui/fidget.nvim",
event = "User ActuallyEditing",
branch = "legacy",
config = config("fidget"),
},
{
"neovim/nvim-lspconfig",
config = config("lsp"),
Expand Down

0 comments on commit 7928654

Please sign in to comment.