bfredl
bfredl
@kevinhwang91 we need to add decoration priority in neovim core for that, I hope to look into it soon : )
Maybe it is more understandable if we don't cut of the last sentence halfway: > if Nvim was invoked with -V3log_file, the message will be > redirected to the log_file...
> From https://github.com/neovim/neovim/issues/21403 an incorrect conclusion was reached that clear should not clear the terminal scrollback. No such conclusion was reached. just that this would ideally be implemented in user...
@jamessan what compiler do you use? I can't reproduce with gcc 8.2, with any of the standard build types. (this PR rebased on master).
Possibly, but the visible user-level command has more options which will make the lua script more complicated. this just required the exact particular behavior that the makefile invoked (which can...
I'm going to merge this because it is needed to make runtime installs with zig in the short term (which will support cross-compiling), but this doesn't rule out later replacement...
It still implements that semantics (as for actually requiring packages), but internally to be more effective so it is not reflected by printing `:lua= package.path` literally. Need a doc update.
I hope to adress the unhelpful message issue with #4723. @vekat what versions of neovim and the python module (`pip2`/`pip3 show neovim`) do you have?
it is probably not related to a specific plugin, looks like the python host is not loading at all. You can try `:py3 print("test")`
In addition, the two most lowest-hanging fruits (in order) for a rewrite is going to be be: - **Build system**. Our present build system is written mostly in cmake, and...