diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-10 23:19:45 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-10-10 23:19:45 +0200 |
commit | ee71ca5e241566335e75c0e4173c50b73bf57840 (patch) | |
tree | 465c091beac4519577dad1a5cf8726ddef3b1a1e /fnl/plugins | |
parent | 43a0fe2bafb593dba903832293e7490b9c772a32 (diff) |
Update cmp performance values
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/cmp.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/cmp.fnl b/fnl/plugins/cmp.fnl index dd8b4c1..6375967 100644 --- a/fnl/plugins/cmp.fnl +++ b/fnl/plugins/cmp.fnl @@ -31,8 +31,8 @@ {:name :nvim_lua} {:name :luasnip :group_index 1 :keyword_length 1} {:name :path :keyword_length 6}] - :performance {:debounce 200 - :throttle 250 + :performance {:debounce 60 + :throttle 50 :fetching_timeout 80 :max_view_entries 16}}) (cmp.setup.filetype [:org :orgagenda] |