summary refs log tree commit diff
path: root/.vim/lua/plugins.lua
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2022-04-15 15:20:26 +0200
committerRobert Günzler <r@gnzler.io>2022-04-15 15:20:26 +0200
commitc2e451a6f8c04da204bf6e1e7faae5925e80b911 (patch)
tree687c61e333faa6a7808696351f0b5f744d0d612c /.vim/lua/plugins.lua
parente85449522dd08476ed158406f2abfc703ff95c72 (diff)
vim: add profiling setup to plugins.lua (disabled)
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,
   }
 }})