Zhao.MA
Zhao.MA
### Description On Windows, when using https://github.com/sumneko/lua-language-server, it always show the following error when opening a `.lua` file:  After digging, it turns out that the correct name should be...
 Normally, if I start neovim-qt and do `F11` which I mapped to toggle between FullScreen mode, it works fine. However, when using `Win + Arrow` to either maximize the...
It seems the `glutils.h` was deleted and the related `GLShader` class is now just an empty class in `common.h`. How should a shader defined with this new version of `nanogui`?...
Following the manual, if I do ``` pip -U install "vectorbt[full]" ``` The installation will try to download ALL `ccxt` versions:  At the time I'm writing this issue, it...
 Running pandoc in `cmd` works.
**Expected behavior:** I can edit my own snippets when using `:UltiSnipsEdit`. **Actual behavior:** A message pop up: `UltiSnips was not able to find a default directory for snippets. Do you...
Hi, I'm struggling to use the cpp interface to generate voronoi 3D diagrams. After spending some time reading the code, I'm still very confused about the `Qhulluser` class. The documentation...
Hi, I have the languagetool installed in windows by [scoop](https://scoop.sh) and it provides a command `languagetool-commandline.cmd` that can be executed in windows `cmd`/`powershell`. Would it be possible to have a...
The link to `tasklib` should be modified from: https://github.com/tbabej/tasklib/tree/develop to https://github.com/robgolding/tasklib where the former (current link) is behind and has incorrect documentation: `TaskWarrior` in not in `tasklib.task` anymore, but in...
Current vimrc for NeoVim is a `init.vim` which is not supported by neovim now. Would it be possible to add it as default?