diff options
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] |