JuliaEditorSupport / julia-vim

Vim support for Julia.
http://julialang.org/
Other
756 stars 94 forks source link

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

Open ExpandingMan opened 2 years ago

ExpandingMan commented 2 years ago

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:

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