JuliaEditorSupport/julia-vim

latex-to-unicode tab in command line breaks some plugins

ExpandingMan opened this issue · 0 comments

I've recently started using wilder.nvim but I've temporarily had to set

vim.g.latex_to_unicode_tab = "off"

because it is breaking a tab functionality that wilder has (it would insert a ^I symbol instead of tab-selecting).

I know this might be hard to fix, but I have the following suggestions:

  • Double check that tab in commandline falls back to exactly what it would do if not installed any time it does not find latex.
  • Add configurable key bindings for latex to unicode "tab" completion.

My config is here but it's a bit involved so I'm not sure how helfpul that will be.