diff options
| author | Robert Günzler <r@gnzler.io> | 2022-04-15 15:20:26 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-04-15 15:20:26 +0200 |
| commit | c2e451a6f8c04da204bf6e1e7faae5925e80b911 (patch) | |
| tree | 687c61e333faa6a7808696351f0b5f744d0d612c /.vim/lua | |
| parent | e85449522dd08476ed158406f2abfc703ff95c72 (diff) | |
vim: add profiling setup to plugins.lua (disabled)
Diffstat (limited to '.vim/lua')
| -rw-r--r-- | .vim/lua/plugins.lua | 4 |
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, } }}) |