]> git.huck.website - nvim.git/commitdiff
fixed: bad config option in fidget
authorHuck Boles <huck@huck.website>
Sun, 7 Jan 2024 03:16:37 +0000 (19:16 -0800)
committerHuck Boles <huck@huck.website>
Sun, 7 Jan 2024 03:16:37 +0000 (19:16 -0800)
lua/plugins/misc.lua

index 71040ed98838e88393dbe3c72d4f7d361fb9005a..ee96b9c71605fc11aedf3ea401a58ba214cc7a36 100644 (file)
@@ -5,9 +5,6 @@ return {
     {
         'j-hui/fidget.nvim',
         lazy = false,
-        opts = {
-            suppress_on_insert = true,
-        },
     },
 
     {