From 68b9bfc111f820e49f63dc9a784b465d550ad0b2 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 30 Sep 2023 15:17:30 +0900 Subject: chore(packs): use legacy branch for fidget.nvim This commit replaces the pinned 'legacy' tag with the 'legacy' branch in an attempt to fix update failures. --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl/nvrc/pack.fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index c186a64..4dbfcd0 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -15,7 +15,7 @@ (pack! :neovim/nvim-lspconfig {:req :lspconfig :requires [(pack :hrsh7th/cmp-nvim-lsp {:after :nvim-cmp}) - (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig :tag :legacy}) ; FIXME: Compatibility during rewrite + (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig :branch :legacy}) ; FIXME: Compatibility during rewrite (pack :hrsh7th/cmp-nvim-lsp-signature-help {:after :cmp-nvim-lsp})]}) (pack! :simrat39/rust-tools.nvim {:req :rust :ft :rust :requires [(pack :nvim-lua/plenary.nvim)]}) (pack! :p00f/clangd_extensions.nvim {:req :clangd :ft [:c :cpp :objc :objcpp] :module :clangd_extensions}) -- cgit 1.4.1