From 7559586b90ca100abb607b2f0aa68beb420665b4 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 9 Jul 2023 17:51:03 +0900 Subject: feat(packs): use legacy tag for fidget.nvim --- fnl/nvrc/pack.fnl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fnl') diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl index 079e7e3..a934b71 100644 --- a/fnl/nvrc/pack.fnl +++ b/fnl/nvrc/pack.fnl @@ -14,7 +14,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}) + (pack :j-hui/fidget.nvim {:req :fidget :after :nvim-lspconfig :tag :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