diff options
author | sefidel <contact@sefidel.net> | 2023-09-30 15:17:30 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-09-30 15:17:30 +0900 |
commit | 68b9bfc111f820e49f63dc9a784b465d550ad0b2 (patch) | |
tree | 1012f8e1326e4978b2891fec144753d0da378217 | |
parent | 11ced11840174b5e5ed5602de2bf5f69394bce65 (diff) | |
download | nvimrc-68b9bfc111f820e49f63dc9a784b465d550ad0b2.tar.gz nvimrc-68b9bfc111f820e49f63dc9a784b465d550ad0b2.zip |
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.
-rw-r--r-- | fnl/nvrc/pack.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
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}) |