From c2e451a6f8c04da204bf6e1e7faae5925e80b911 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 15 Apr 2022 15:20:26 +0200 Subject: vim: add profiling setup to plugins.lua (disabled) --- .vim/lua/plugins.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.vim/lua') 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, } }}) -- cgit 1.4.1