diff options
author | sefidel <contact@sefidel.net> | 2023-07-09 17:51:03 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-07-09 17:51:03 +0900 |
commit | 7559586b90ca100abb607b2f0aa68beb420665b4 (patch) | |
tree | 14a403f664506efb77d3f492f3e16c533282480c /fnl/nvrc | |
parent | 0bc9361d80fdff004c205a4fef7ca7ffb5b8929b (diff) | |
download | nvimrc-7559586b90ca100abb607b2f0aa68beb420665b4.tar.gz nvimrc-7559586b90ca100abb607b2f0aa68beb420665b4.zip |
feat(packs): use legacy tag for fidget.nvim
Diffstat (limited to 'fnl/nvrc')
-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 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}) |