diff options
author | Gavin <gavin@rohrer.org> | 2023-06-14 17:21:15 -0400 |
---|---|---|
committer | Gavin <gavin@rohrer.org> | 2023-06-14 17:21:26 -0400 |
commit | ac07c5c59cb57688f0c63fa74a28bcc3d7795ecd (patch) | |
tree | a57330182a69397f7cf88e70a814708a8e75b396 | |
parent | 5125fd927a6211a8fa2069780bb0afbe9bac9fb3 (diff) |
Add legacy tag to fidget to avoid deprecation warning
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |