-
I just installed Arch WSL2 and tried to use omnisharp-vim from neovim with the same configuration as in WSL1.
On the first start, the OmniSharp.exe binary is successfully installed in the AppSetting…
-
Every time I launch neovim I'm given the following error
`[ncm2_core@yarp] Job is dead. cmd=['python3', '-u', '/.../pythonx/yarp.py', '/tmp/nvimL5FRdr/0', 2, 'ncm2_core']`. What can I do about this?
-
- `nvim --version`:
```
NVIM v0.4.4
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/bin/cc -D_FORTIFY_SOURCE=2 -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -U_FORTIFY_SOURCE -D_FORTIFY_…
-
**Is your feature request related to a problem? Please describe.**
When using this plugin, it is recommended that we map the `accept_key` to something that doesn't collide with other plugin mappings.…
-
## 学vim的笔记。觉得这样历程型的笔记再好不过了。
VIM TODO:
- [ ] https://github.com/devjoe/vim-codequery
- [ ] https://github.com/easymotion/vim-easymotion
- [ ] https://github.com/justinmk/vim-sneak
- [ ] https:…
-
(I haven't found any issue about it, so I thought I'd put it up for the sake of completeness.)
In patch 8.1.1880, vim introduced `completeopt=popup`, which shows the completion documentation in a v…
-
There seems to already exist an [open issue about this problem](https://github.com/roxma/vim-hug-neovim-rpc/issues/59) posted in 2019, but it has not description whatsoever and thus, unsurprisingly, i…
-
I might be missing an option, or this very well may be intended, but I'm noticing that the PhpactorImportMissingClasses command will attempt to import multiple times for the same class.
For example…
-
When a class has some static methods by using __callStatic() , will phpactor show completion of these methods ?
or these methods have been listed by using php doc `@method` at top of class file.
…
-
# Description
I've followed the docs (I think :)), installing ncm2 and then adding the relevant my_cm_setup block in .vimrc (which I see was sourced from https://github.com/lervag/wiki.vim/issues/1…