Ranjith Hegde

Results 34 comments of Ranjith Hegde

You could play around with ` let g:completion_auto_change_source = 1` and changing the priorities of sources as necessary

the per source `triggered_only` is a new and not yet documented feature. Perhaps @haorenW1025 the author could help you further

This is a known Utlisnip problem. Whatever "expand" `imap` you have for snippets in UltiSnips (default is tab), you cant use that key anywhere else. So I would suggest something...

@seblj i was just going over your post, shouldn't "tex" list come outside the second default table? like this ``` vim.g.completion_chain_complete_list = { default = { default = { {complete_items...

There is a PR #4 in the works. Meanwhile you can check out this [custom component ](https://gitlab.com/ranjithshegde/dotbare/-/blob/master/.config/nvim/lua/overseer/component/r/dispatch.lua)that I created based on (but independent of) this PR that does the same....

@justinmk Gentle ping Requesting your review

Not sure who the maintainers are now to request review from. @williamboman?

Is there a way to see on which file and line codespell action fails at?

Squashed all the changes into single commit!