markdown-oxide icon indicating copy to clipboard operation
markdown-oxide copied to clipboard

Selectively disable callout completion (NVIM)

Open chaulkie opened this issue 7 months ago • 0 comments

This LSP has some great completions, but I find myself wanting to disable the callout completions and re-implement them as snippets using LuaSnips (whilst keeping the other completions intact). There are a few reasons for this if you are interested:

  • They don't play nice with my formatter which triggers on InsertLeave.
  • I leave my callouts untitled more often than not.
  • I desire an example callout.
  • In general snippets are more flexible.

I suspect there is already a way to do this via the capabilities table, but I'm not sure how. Any help appreciated.

Thanks!

chaulkie avatar Mar 07 '25 23:03 chaulkie