-
I use vim / nvim as editor. The code to completion working.
But if something happens seven times in a program, this stopped working.
For example:
import cadquery as cq
part = (cq.Workplane("XY…
-
### Issue
Jedi-vim knows python in my conda env, but not use it. Instead it just use the base conda environment.
However it does use python in environment created by venv module.
Previously it…
-
### Environment
- OS:
- [x] Linux
- [] macOS
- [] Windows
- [] FreeBSD
- Vim:
- [] Terminal Vim
- [] GVim
- [x] NeoVim
**Put the contents of `:version` below:…
-
i want use phpactor in vim, how to set?
i installed it in ~/.vim/pack/plugins/start, but my config is below, where is wrong?
```
omnifunc=phpcomplete#CompletePHP
```
-
[NCM2](https://github.com/ncm2/ncm2) is great but its support for Rust Analyser is rather poor (powered by [LanguageClient-neovim](https://github.com/autozimu/LanguageClient-neovim)). [COC](https://gi…
-
Hi, sorry for the newbie question: I've have phpactor enabled and running flawlessly with `ncm2` on Vim 8.2, and it correctly suggests variables, methods, constants etc, but not classnames, neither mi…
-
Hi, I have a problem using:
ncm2
vim-lsp
vim-lsp-snippets
vim-lsp-ultisnips
working with the ccls server to edit c++.
After the merge of https://github.com/prabirshrestha/vim-lsp/pull/637 (com…
-
Feel free to post ideas. (I don't know if i do)
-
When I try to activate omni-completion in insert mode, I get a segFault error :
*** caught segfault ***
address 0x55f90000012c, cause 'memory not mapped'
Possible actions:
1: abort (with core…
-
Hi, I have been successfully working with NCM2 + Python for a while, and today needed to also get autocompletion for R. I just installed `ncm-R` by pasting the relevant installing code in my `.vimrc`.…