Shawn O'Hare

Results 9 comments of Shawn O'Hare

Thanks for taking this up! I will say that the choice of KaTeX should ideally be a configurable one. For example my own typesetting needs are not met by it,...

> One good solution might be to modify `mathEnvWith` in the LaTeX reader so that, if the `raw_tex` extension is enabled, these environments are parsed as raw latex; otherwise, we...

Looking at this a bit more, I think the underlying issue is that user site packages (`python -m site --user-site`) is not included in `sys.path` for virtual environments (at least...

> What does `eval "$(pyenv virtualenv-init -)"` actually do? I just commented it out and have still been able to use pyenv with virtualenv with no problems. It can automatically...

I recognize this issue is now old, and my commentary does not benefit from out of channel discussion, but as a newcomer I was a bit surprised that submodules were...

I will try to inspect the ALE source, but I am not intimately familiar with vimL. Is there a way from within ALE to create debugging logs to see what...

I tried this with the `bash-language-server` on some bash scripts, and other than some issues with the language server not starting on minimal example files, the completion worked inside delimiters....

I'm posting the results of `ch_logfile` while attempting to complete `HELLO` in the Python example above. This is mostly as a note, since I lack the LSP experience to truly...

I'm having difficulty reproducing the environment in which `LanguageClient-neovim` produced completions where `ALE` did not. When I try now with the various versions of `python-language-server` and the current release of...