about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index c7658f4..20c9a4a 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -19,7 +19,7 @@
 
 (pack! :neovim/nvim-lspconfig {:req :lspconfig
                                :event [:BufReadPre :BufNewFile]
-                               :dependencies [(pack :j-hui/fidget.nvim {:req :fidget :branch :legacy})]})
+                               :dependencies [(pack :j-hui/fidget.nvim {:req :fidget})]})
 (pack! :mrcjkb/rustaceanvim {:req :rust
                                   :event [:BufReadPre :BufNewFile] ;; doesn't work when loaded on filetype
                                   :dependencies [(pack :nvim-lua/plenary.nvim)]})