markdown-oxide
markdown-oxide copied to clipboard
Selectively disable callout completion (NVIM)
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
examplecallout. - 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!