folofjc
folofjc
Did you use `pyenv` for your python environment? If you look at the readme [here](https://github.com/lucasrla/remarks#compatibility-and-dependencies), @lucasrla tested with python version `3.8.x`, which is also in the `pyproject.toml` file. Looks like...
Hi @tinmarino. Is there an update on this? I came here looking just for this!
> Noting that [4672deb](https://github.com/vimwiki/vimwiki/commit/4672deb44e34b8e779e6ac8c51050140fac78c66) moved that to a wikilocal setting without updating the docs, although I think it inherits the global setting. Ah, okay, yeah I did not see this...
> Btw, this is with `markdown_link_ext = 1,` set as a wiki local config (in lua though) Yes, but I think if you change that to a global setting, you...
> VIM has and NeoVIM will soon have new features in this department. > > cf. [neovim/neovim#10206](https://github.com/neovim/neovim/issues/10206) For those who come here figuring out how to do this, what you...
Huh. Good point. The reason that I say that, is because if I turn off vim-pencil (`:NoPencil`), then en and em dashes are not concealed. If I turn vim pencil...
I am using `slate` for the color scheme. I am using `vim-latex`, but as far as I am aware, it doesn't do syntax highlighting. I do have some personal syntax...
Hi @alerque. So the en and em dash (`--` and `---`) are both being set as a syntax group of `texLigature` and the highlight group `Special`. I guess `vim-pencil` does...
Yes, I agree that it is an undesirable behaviour. The other texLitagures (lines 1210-1218 in that code) also get concealed to nothing, and these are character accents. For instance, the...
I get the same error with Python 2.7.18