Keita Nakamura
Keita Nakamura
Thanks for the report. Currently vimtex v1.6 is the latest version that tex-conceal works. For vim-plug: ```vim Plug 'lervag/vimtex', {'tag': 'v1.6'} ```
@oblitum, thank you for your information. Yeah, I definitely should write note in README. I will do it when I get some time. Thanks.
Thanks for your suggestion. I also like the feature, but I have no idea how to implement it.
Thank you for your useful information. I'm wondering if we should write the instruction in README or just copy and paste his code with option like `tex_conceal_amsmath`.
I'm very happy to hear it :) Thank you.
There are several requirements: 1. Install ctags: `brew install ctags` 2. Neovim with if_python3: `pip3 install --user pynvim` (If you don't have `pip3`, run `brew install python3`.) 3. Run `:UpdateRemotePlugin`...
Thanks for your suggestions. I also like the feature. PR is welcome.
I'm sorry for my late reply. I'm happy to merge this PR. But I need to change all pictures in README.md because the PR changes the default color setting. Now...
I just realized that there will be no difference in color between comment and folded line if `base3` is used for comment, which is difficult to see for me. Could...