aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin <gavin@rohrer.org>2023-06-14 17:21:15 -0400
committerGavin <gavin@rohrer.org>2023-06-14 17:21:26 -0400
commitac07c5c59cb57688f0c63fa74a28bcc3d7795ecd (patch)
treea57330182a69397f7cf88e70a814708a8e75b396
parent5125fd927a6211a8fa2069780bb0afbe9bac9fb3 (diff)
Add legacy tag to fidget to avoid deprecation warning
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index 57c9af4..c621745 100644
--- a/init.lua
+++ b/init.lua
@@ -84,7 +84,7 @@ require('lazy').setup({
-- Useful status updates for LSP
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
- { 'j-hui/fidget.nvim', opts = {} },
+ { 'j-hui/fidget.nvim', tag = 'legacy', opts = {} },
-- Additional lua configuration, makes nvim stuff amazing!
'folke/neodev.nvim',