summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.vim/lua/plugins.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua
index f5bf50c..17bd107 100644
--- a/.vim/lua/plugins.lua
+++ b/.vim/lua/plugins.lua
@@ -1131,5 +1131,9 @@ config = {
     subcommands = {
       update = 'pull --ff-only --progress --rebase=true',
     }
+  },
+  profile = {
+    enable = false,
+    threshold = 1,
   }
 }})