Added fidget plugin

This commit is contained in:
Alexander Rosenberg 2023-02-06 12:53:11 -08:00
parent b5dfee6620
commit 0386262448
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -229,6 +229,11 @@
:config
(module-call! :plugin.lsp :configure))
(use! :j-hui/fidget.nvim
:after :nvim-lspconfig
:config
(setup! :fidget))
;; nvim-jdtls
(use! :mfussenegger/nvim-jdtls
:after :nvim-lspconfig