You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvim-cmp let's you customise max_item_count. obsidian.nvim injects itself as a source by itself, and it isn't possible to customise the source.
Alternatives
No response
Additional context
obsidian.nvim expects you to customise completions via:
completion = {
-- Set to false to disable completion.
nvim_cmp = true,
-- Trigger completion at 2 chars.
min_chars = 2,
},
It would be handy if there were other options (max_item_count). In particular, because there seems to be some inconsistency w.r.t. what can and cannot be customised on the nvim-cmp level, e.g. you can customise the formatting of the completion:
🚀 The feature, motivation and pitch
nvim-cmp let's you customise
max_item_count
. obsidian.nvim injects itself as a source by itself, and it isn't possible to customise the source.Alternatives
No response
Additional context
obsidian.nvim expects you to customise completions via:
It would be handy if there were other options (
max_item_count
). In particular, because there seems to be some inconsistency w.r.t. what can and cannot be customised on the nvim-cmp level, e.g. you can customise the formatting of the completion:The text was updated successfully, but these errors were encountered: