about summary refs log tree commit diff
path: root/fnl/nvrc/pack.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 14:43:38 +0900
committersefidel <contact@sefidel.net>2022-02-26 14:43:38 +0900
commit27010418b30db788bed4854465d3c7d1c1d548a8 (patch)
tree82f9eb4340e444fa568dce06dad76171994120f7 /fnl/nvrc/pack.fnl
parent4152f871951afdede2db2a08acff85aea2999c06 (diff)
downloadnvimrc-27010418b30db788bed4854465d3c7d1c1d548a8.tar.gz
nvimrc-27010418b30db788bed4854465d3c7d1c1d548a8.zip
feat(statusline): use fidget.nvim for LSP
Diffstat (limited to 'fnl/nvrc/pack.fnl')
-rw-r--r--fnl/nvrc/pack.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/nvrc/pack.fnl b/fnl/nvrc/pack.fnl
index 0bad77a..e33c6c8 100644
--- a/fnl/nvrc/pack.fnl
+++ b/fnl/nvrc/pack.fnl
@@ -31,6 +31,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 :ray-x/lsp_signature.nvim {:req :lsp_signature :after :nvim-lspconfig})]})
 
 (pack! :simrat39/rust-tools.nvim {:init :rust-tools :ft :rust})