Skip to main content
Filter by
Sorted by
Tagged with
21 votes
3 answers
10k views

I am trying to setup Neovim with Coc for writing markdown. I have Coc working with javascript and other file types. What I am trying to do is disable the autocomplete suggestions only for markdown ...
Eugene Grechko's user avatar
13 votes
3 answers
17k views

I have installed nvim using AppImage mentioned as below curl -LO https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage chmod u+x nvim.appimage ./nvim.appimage if i use nvim test,...
Samselvaprabu's user avatar
9 votes
2 answers
23k views

I am a novice user of clang tools and I am learning c/c++. I have some code that is based on a framework that uses its data structure and build system ( OpenFOAM). I compiled the framework's ...
Ali's user avatar
  • 430
8 votes
7 answers
39k views

I have installed coc.nvim and extension coc-python(:CocInstall coc-python) When I opened file I refused of linting and then get error: [coc.nvim] Jedi error: Traceback (most recent call last): ...
yalef's user avatar
  • 95
7 votes
3 answers
11k views

I recently moved from ALE to coc.nvim as the intellisense was not that great with ALE. But i see one problem with the error or warnings popup. The cursor needing to be exactly on the underlined error. ...
Adithya Sama's user avatar
7 votes
2 answers
8k views

I'm getting this error, which doesn't make sense because the libraries are installed, and the correct python interpreter path is selected. I have no clue where the issue could be.
Guillermo Vázquez's user avatar
6 votes
1 answer
4k views

Image of Error Message in Neovim I have been trying to configure my neovim for django development and everything seems fine except for this issue I am having with fields in metaclasses. the image ...
umar tung's user avatar
6 votes
1 answer
8k views

I typed in Vim :CocInstall coc-clangd Complains about clangd is not installed sudo apt-get install clangd-10, also i installed clangd-9 still same error appears reboot still same error clangd is not ...
Oprea Catalin's user avatar
6 votes
3 answers
13k views

I 've recently started to code on Vim and while it's not easy, it's worth it. I am struggling to figure out basic things that I had for granted in an IDE like KDevelop or VSCode especially when it ...
Petross404's user avatar
5 votes
1 answer
4k views

so I'm a developer working mostly with c using yocto/openembedded for developing our products. I'm trying to set up my nvim with coc-cland as an IDE, but having some problems. So what I want is to ...
Adam Nilsson's user avatar
4 votes
1 answer
1k views

I'm running neovim + coc + tmux in iTerm2. Sometimes I'm seeing the screen lag a lot, which leads to overlap content, such as the selected content and the status line... Not sure what's cause the ...
Ian Zhang's user avatar
  • 432
4 votes
1 answer
439 views

I need to use StandardJs for linting a TS project's files. I use coc.nvim. I've read multiple SO posts and articles about setting up coc.nvim with ESLint to get it to lint on fileSave, but I cannot ...
almel's user avatar
  • 8,018
3 votes
1 answer
4k views

Is there a way to make coc-vim to auto select the first preview suggestion instead of using the arrow key? I'm using vim 8.1.
Yousuf Azad's user avatar
3 votes
1 answer
3k views

I use neovim and coc-clangd for C/C++ programming. Every thing is ok and i can jump through definitions and search references of a symbol in all of my project files by holding the cursor on the symbol ...
AMIR REZA SADEQI's user avatar
3 votes
1 answer
2k views

I'm using neovim with coc.nvim and have been using vim-go and coc-go, and everything was working fine. I have the habit of updating everything every couple of days, and I do that using the following ...
Farzad's user avatar
  • 1,947
3 votes
0 answers
1k views

my neovim have an error when i try to open a python file throws me: [coc.nvim]: UnhandledRejection: Pending response rejected since connection got disposed Error: ...
Diego Perozo's user avatar
3 votes
0 answers
871 views

Using nvim and pyenv for my virtual environments. When I run :checkhealth I'm shown the following info for my Python 3 provider: ## Python 3 provider (optional) - INFO: pyenv: Path: /Users/bioround/....
bioround's user avatar
  • 385
2 votes
1 answer
947 views

I am using NeoVim with CoC for TS development of yarn-3 pnp-enabled project. At some point the editor stopped seeing imports and started complaining that the imported module does not exist. (see ...
user4756260's user avatar
2 votes
1 answer
535 views

The background color of the currently-selected-suggestion does not contrast enough with the text to be readable. How can this be fixed? Setting Pmenu and/or PmenuSel in does NOT improve the situation, ...
J. McNerney's user avatar
2 votes
1 answer
3k views

By following this guide, I could get a simple snippet working. " vim source for emails function! coc#source#email#init() abort return { \ 'priority': 9, \ 'shortcut': 'Email', ...
s1n7ax's user avatar
  • 3,159
2 votes
1 answer
3k views

With the usual coc.nvim + coc-python + jedi setup NeoVim should use system Python modules to run its own plug-ins but Jedi should be able to autocomplete Python modules installed in the active virtual ...
cprn's user avatar
  • 1,721
2 votes
1 answer
80 views

I am using Clangd as LSP server. "inlayHint.display": false and "clangd.arguments": ["--function-arg-placeholders=0"]" work to disable the placeholders in functions ...
THE0_C's user avatar
  • 31
2 votes
0 answers
313 views

VSCode/coc-tsserver suggest code actions. According to answers in this post, you can disable these. There are a few I find annoying, so I wanted to disable them, but I don't want to inadvertently ...
nullromo's user avatar
  • 2,737
1 vote
1 answer
2k views

I'am using the coc-rust-anaylzer plugin Now the problem is I can only see the a prompt, but I don't know how to select the options he gives me, I have tried enter, which only breaks the line and doesn'...
Cyberlin's user avatar
  • 325
1 vote
2 answers
463 views

I am using neovim with coc.nvim installed. How do I disable the fillers/placeholders in the functions? Thanks in advance. Os: Linux Mint my coc-settings.json: { "jedi.enable": true, &...
THE0_C's user avatar
  • 31